Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / wide-integer-fold.ll
index 64c6d98616b725bf6f717d018cc2257cf794e993..b3b4d24ab3accb3a0d1c4e2ed5e4a3f4f39c5740 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | FileCheck %s
+; RUN: llc < %s -march=x86-64 | FileCheck %s
 ; CHECK:  movq  $-65535, %rax
 
 ; DAGCombiner should fold this to a simple constant.