mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
Fix test erratum (which is wierd: works locally for me?)
llvm-svn: 61511
This commit is contained in:
parent
cdcae67887
commit
12a5f7cfb9
@ -1,5 +1,5 @@
|
||||
; 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 shl %t1.s | count 9
|
||||
; RUN: grep -w shli %t1.s | count 3
|
||||
|
Loading…
Reference in New Issue
Block a user