Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / 2008-02-20-InlineAsmClobber.ll
index 557d00c62937cf85ac3098ad7d5eda03526b120e..5115e48365fcc47985fd2762240d469aa2d0f68c 100644 (file)
@@ -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.