summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_ss_load_fold.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/vec_ss_load_fold.ll')
-rw-r--r--test/CodeGen/X86/vec_ss_load_fold.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_ss_load_fold.ll b/test/CodeGen/X86/vec_ss_load_fold.ll
index 48e75eb18a..27a27df08a 100644
--- a/test/CodeGen/X86/vec_ss_load_fold.ll
+++ b/test/CodeGen/X86/vec_ss_load_fold.ll
@@ -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"
@@ -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
-} \ No newline at end of file
+}