summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sse-load-ret.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/sse-load-ret.ll')
-rw-r--r--test/CodeGen/X86/sse-load-ret.ll6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/CodeGen/X86/sse-load-ret.ll b/test/CodeGen/X86/sse-load-ret.ll
index cbf3eb0e5f..1ebcb1a6fa 100644
--- a/test/CodeGen/X86/sse-load-ret.ll
+++ b/test/CodeGen/X86/sse-load-ret.ll
@@ -1,7 +1,5 @@
-; RUN: llvm-as < %s | \
-; RUN: llc -march=x86 -mcpu=yonah | not grep movss
-; RUN: llvm-as < %s | \
-; RUN: llc -march=x86 -mcpu=yonah | not grep xmm
+; RUN: llc < %s -march=x86 -mcpu=yonah | not grep movss
+; RUN: llc < %s -march=x86 -mcpu=yonah | not grep xmm
define double @test1(double* %P) {
%X = load double* %P ; <double> [#uses=1]