mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
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:
parent
62ad138d70
commit
5b9c31841f
@ -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).
|
||||||
|
Loading…
Reference in New Issue
Block a user