summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
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
commit18d756a4118b1475b33987b930613f2c2ba742c5 (patch)
tree96a65e5dc918488dd9f8d4f0a1003d91d1990a6d /llvm/test/CodeGen
parent41236c0cf3a7ebc2dee086960fcd464168ba7d70 (diff)
downloadbcm5719-llvm-18d756a4118b1475b33987b930613f2c2ba742c5.tar.gz
bcm5719-llvm-18d756a4118b1475b33987b930613f2c2ba742c5.zip
Fix test erratum (which is wierd: works locally for me?)
llvm-svn: 61511
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/CellSPU/shift_ops.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CellSPU/shift_ops.ll b/llvm/test/CodeGen/CellSPU/shift_ops.ll
index 5b60dc178fa..5518327760b 100644
--- a/llvm/test/CodeGen/CellSPU/shift_ops.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud