summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/soft-fp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/soft-fp.ll')
-rw-r--r--test/CodeGen/X86/soft-fp.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/soft-fp.ll b/test/CodeGen/X86/soft-fp.ll
index 0c697def1ec..a52135dc908 100644
--- a/test/CodeGen/X86/soft-fp.ll
+++ b/test/CodeGen/X86/soft-fp.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -soft-float | not grep xmm
-; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse2 -soft-float | not grep xmm
+; RUN: llc < %s -march=x86 -mattr=+sse2 -soft-float | not grep xmm
+; RUN: llc < %s -march=x86-64 -mattr=+sse2 -soft-float | not grep xmm
%struct.__va_list_tag = type { i32, i32, i8*, i8* }