As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
[oota-llvm.git] / test / CodeGen / X86 / h-registers-2.ll
index 12236a25544863e1020452cdf051cdb854634cb7..16e13f839664560239147cba0f89d0a5b6c42526 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 > %t
-; grep {movzbl %\[abcd\]h,} %t | count 1
-; grep {shll   \$3,} | count 1
+; RUN: llc < %s -march=x86 > %t
+; RUN: grep {movzbl    %\[abcd\]h,} %t | count 1
+; RUN: grep {shll      \$3,} %t | count 1
 
 ; Use an h register, but don't omit the explicit shift for
 ; non-address use(s).