Tidy up this testcase and add test for tailcall optimization
[oota-llvm.git] / test / CodeGen / X86 / fast-cc-pass-in-regs.ll
index c8621a7780bd8cd0152fc48f458a37eea851d5d2..fe96c0c8be2a17e500bcfd959a649430ccc35fd3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | \
+; RUN: llc < %s -march=x86 -x86-asm-syntax=intel | \
 ; RUN:   grep {mov     EDX, 1}
 ; check that fastcc is passing stuff in regs.