As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
[oota-llvm.git] / test / CodeGen / X86 / epilogue.ll
index 5a378e19c49a88b2847a4ee476a30e3f1c936239..52dcb61d87f8f5c4144c5ca2150766ebc5e87e35 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep lea
-; RUN: llvm-as < %s | llc -march=x86 | grep {movl      %ebp}
+; RUN: llc < %s -march=x86 | not grep lea
+; RUN: llc < %s -march=x86 | grep {movl        %ebp}
 
 declare void @bar(<2 x i64>* %n)