summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-03-01-SpillerCrash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2007-03-01-SpillerCrash.ll')
-rw-r--r--test/CodeGen/X86/2007-03-01-SpillerCrash.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2007-03-01-SpillerCrash.ll b/test/CodeGen/X86/2007-03-01-SpillerCrash.ll
index 721b6e7..112d1ab 100644
--- a/test/CodeGen/X86/2007-03-01-SpillerCrash.ll
+++ b/test/CodeGen/X86/2007-03-01-SpillerCrash.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin8 -mattr=+sse2
-; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin8 -mattr=+sse2 | not grep movhlps
+; RUN: llc < %s -mtriple=x86_64-apple-darwin8 -mattr=+sse2
+; RUN: llc < %s -mtriple=x86_64-apple-darwin8 -mattr=+sse2 | not grep movhlps
define void @test() nounwind {
test.exit:
OpenPOWER on IntegriCloud