projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d711b
)
Fix test erratum (which is wierd: works locally for me?)
author
Scott Michel
<scottm@aero.org>
Tue, 30 Dec 2008 23:52:05 +0000
(23:52 +0000)
committer
Scott Michel
<scottm@aero.org>
Tue, 30 Dec 2008 23:52:05 +0000
(23:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61511
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/CellSPU/shift_ops.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/CellSPU/shift_ops.ll
b/test/CodeGen/CellSPU/shift_ops.ll
index 5b60dc178fa860e2a09fc117ee65c72632818f08..5518327760b1168a7159573bc41d7b6fb1854f11 100644
(file)
--- a/
test/CodeGen/CellSPU/shift_ops.ll
+++ b/
test/CodeGen/CellSPU/shift_ops.ll
@@
-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