Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / vec_i64.ll
index 80c65be8883f4b57a9e4ba08f3df5bc62bbabe90..462e16e1302304116e83b7e7e9b094fc90aeb44e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t
+; RUN: llc < %s -march=x86 -mattr=+sse2 -o %t
 ; RUN: grep movq %t | count 2
 
 ; Used movq to load i64 into a v2i64 when the top i64 is 0.