summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll')
-rw-r--r--test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll b/test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll
index 557d00c..5115e48 100644
--- a/test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll
+++ b/test/CodeGen/X86/2008-02-20-InlineAsmClobber.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc | grep {a:} | not grep ax
-; RUN: llvm-as < %s | llc | grep {b:} | not grep ax
+; RUN: llc < %s | grep {a:} | not grep ax
+; RUN: llc < %s | grep {b:} | not grep ax
; PR2078
; The clobber list says that "ax" is clobbered. Make sure that eax isn't
; allocated to the input/output register.
OpenPOWER on IntegriCloud