Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / tailcallfp.ll
index f6149351038b3243cc98379ce8895794f474e4dc..c0b609ac956ec85ebff60e8bce869d0394b57a0b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel -tailcallopt | not grep call
+; RUN: llc < %s -march=x86 -x86-asm-syntax=intel -tailcallopt | not grep call
 define fastcc i32 @bar(i32 %X, i32(double, i32) *%FP) {
      %Y = tail call fastcc i32 %FP(double 0.0, i32 %X)
      ret i32 %Y