Fix the RUN lines so that this test actually tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69096 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-04-14 22:50:17 +00:00
parent 62ad138d70
commit 5b9c31841f

View 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: 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).