summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-21 03:24:41 +0000
committerChris Lattner <sabre@nondot.org>2010-02-21 03:24:41 +0000
commit7f6de7df46db5947353db16ac3d858bb10bb24b5 (patch)
tree86b78825b89a77104fd16f5d11c3489de1565aa2
parent8e946bea146c15333ce5f9f1b7a9efe5e75fd892 (diff)
downloadllvm-7f6de7df46db5947353db16ac3d858bb10bb24b5.tar.gz
llvm-7f6de7df46db5947353db16ac3d858bb10bb24b5.tar.bz2
llvm-7f6de7df46db5947353db16ac3d858bb10bb24b5.tar.xz
temporarily disable this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96717 91177308-0d34-0410-b5e6-96231b3b80d8
-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
+}