summaryrefslogtreecommitdiff
path: root/test/CodeGen/CellSPU
diff options
context:
space:
mode:
authorScott Michel <scottm@aero.org>2008-12-30 23:52:05 +0000
committerScott Michel <scottm@aero.org>2008-12-30 23:52:05 +0000
commit87142b1b0a8d5bc45e52dc7b045593bec972d391 (patch)
treee473a0e6f83093fe8f0c455f6e53d78b0c9452b8 /test/CodeGen/CellSPU
parent02d711b93e3e0d2f0dae278360abe35305913e23 (diff)
downloadllvm-87142b1b0a8d5bc45e52dc7b045593bec972d391.tar.gz
llvm-87142b1b0a8d5bc45e52dc7b045593bec972d391.tar.bz2
llvm-87142b1b0a8d5bc45e52dc7b045593bec972d391.tar.xz
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
Diffstat (limited to 'test/CodeGen/CellSPU')
-rw-r--r--test/CodeGen/CellSPU/shift_ops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CellSPU/shift_ops.ll b/test/CodeGen/CellSPU/shift_ops.ll
index 5b60dc178f..5518327760 100644
--- 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