Skip to content

Commit

Permalink
temporarily disable this.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96717 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Feb 21, 2010
1 parent 8e946be commit 7f6de7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CodeGen/X86/vec_ss_load_fold.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
; RUN: llc < %s -march=x86 -mattr=+sse,+sse2,+sse41 | FileCheck %s
; XFAIL: *

target datalayout = "e-p:32:32"
target triple = "i686-apple-darwin8.7.2"
Expand Down Expand Up @@ -69,4 +70,4 @@ define <4 x float> @test4(<4 x float> %A, float *%b, i32 %C) nounwind {
; CHECK: movss (%eax), %xmm
; CHECK: call
; CHECK: roundss $4, %xmm{{.*}}, %xmm0
}
}

0 comments on commit 7f6de7d

Please sign in to comment.