As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
[oota-llvm.git] / test / CodeGen / X86 / fast-cc-merge-stack-adj.ll
index 3f3aa468675b31657ecec8ac125379d071172de6..e15182120094b68281c5de695b28d86133f4054e 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 {add     ESP, 8}
 
 target triple = "i686-pc-linux-gnu"