Fix test erratum (which is wierd: works locally for me?)

llvm-svn: 61511
This commit is contained in:
Scott Michel 2008-12-30 23:52:05 +00:00
parent 41236c0cf3
commit 18d756a411
1 changed files with 1 additions and 1 deletions

View File

@ -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