Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / subreg-to-reg-0.ll
index 6b60f6526595ae8d46c5ed5b99063b1cb7feb71b..d718c85a1d1f403b6df3e04eb351a1e7d0ef8d3f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep mov | count 1
+; RUN: llc < %s -march=x86-64 | grep mov | count 1
 
 ; Do eliminate the zero-extension instruction and rely on
 ; x86-64's implicit zero-extension!