As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
[oota-llvm.git] / test / CodeGen / X86 / h-registers-2.ll
index 55415832397429a461c63931e55d88db00a0e4e8..16e13f839664560239147cba0f89d0a5b6c42526 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 > %t
+; RUN: llc < %s -march=x86 > %t
 ; RUN: grep {movzbl    %\[abcd\]h,} %t | count 1
 ; RUN: grep {shll      \$3,} %t | count 1