summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/illegal-asm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/illegal-asm.ll')
-rw-r--r--test/CodeGen/X86/illegal-asm.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/illegal-asm.ll b/test/CodeGen/X86/illegal-asm.ll
index 03cc507f23f..43128dcf010 100644
--- a/test/CodeGen/X86/illegal-asm.ll
+++ b/test/CodeGen/X86/illegal-asm.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -disable-fp-elim
-; RUN: llvm-as < %s | llc -mtriple=i386-linux -disable-fp-elim
+; RUN: llc < %s -mtriple=i386-apple-darwin -disable-fp-elim
+; RUN: llc < %s -mtriple=i386-linux -disable-fp-elim
; XFAIL: *
; Expected to run out of registers during allocation.
; PR3864