Fix the RUN lines so that this test actually tests.

llvm-svn: 69096
This commit is contained in:
Dan Gohman 2009-04-14 22:50:17 +00:00
parent 62f4498646
commit 86e43e7999
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86 > %t ; RUN: llvm-as < %s | llc -march=x86 > %t
; grep {movzbl %\[abcd\]h,} %t | count 1 ; RUN: grep {movzbl %\[abcd\]h,} %t | count 1
; grep {shll \$3,} | count 1 ; RUN: grep {shll \$3,} %t | count 1
; Use an h register, but don't omit the explicit shift for ; Use an h register, but don't omit the explicit shift for
; non-address use(s). ; non-address use(s).