Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / nobt.ll
index 55294280f5c8589704aa685e861259aa667777d7..35090e372916e512fcafe95eea252a3f8c8d37ac 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep btl
+; RUN: llc < %s -march=x86 | not grep btl
 
 ; This tests some cases where BT must not be generated.  See also bt.ll.
 ; Fixes 20040709-[12].c in gcc testsuite.