summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/test/CodeGen/X86/sse-load-ret.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/sse-load-ret.ll b/llvm/test/CodeGen/X86/sse-load-ret.ll
index 4777e0f551f..c82f4fc81c4 100644
--- a/llvm/test/CodeGen/X86/sse-load-ret.ll
+++ b/llvm/test/CodeGen/X86/sse-load-ret.ll
@@ -1,8 +1,7 @@
; RUN: llvm-upgrade < %s | llvm-as | \
-; RUN: llc -march=x86 -mcpu=yonah -enable-x86-sse | not grep movss
+; RUN: llc -march=x86 -mcpu=yonah | not grep movss
; RUN: llvm-upgrade < %s | llvm-as | \
-; RUN: llc -march=x86 -mcpu=yonah -enable-x86-sse | not grep xmm
-; XFAIL: *
+; RUN: llc -march=x86 -mcpu=yonah | not grep xmm
double %test1(double *%P) {
%X = load double* %P
OpenPOWER on IntegriCloud