mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix test erratum (which is wierd: works locally for me?)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61511 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
02d711b93e
commit
87142b1b0a
@ -1,5 +1,5 @@
|
|||||||
; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
|
; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
|
||||||
; RUN: grep -w shlh %t1.s | count 9
|
; RUN: grep -w shlh %t1.s | count 10
|
||||||
; RUN: grep -w shlhi %t1.s | count 3
|
; RUN: grep -w shlhi %t1.s | count 3
|
||||||
; RUN: grep -w shl %t1.s | count 9
|
; RUN: grep -w shl %t1.s | count 9
|
||||||
; RUN: grep -w shli %t1.s | count 3
|
; RUN: grep -w shli %t1.s | count 3
|
||||||
|
Loading…
Reference in New Issue
Block a user