As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
[oota-llvm.git] / test / CodeGen / X86 / dag-rauw-cse.ll
index ba84711c03eb1411a05916c5e376830d23f4ee3e..edcfeb78a4d0c2858d0160739ee34b092351e844 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {orl       \$1}
+; RUN: llc < %s -march=x86 | grep {orl \$1}
 ; PR3018
 
 define i32 @test(i32 %A) nounwind {