From 12a5f7cfb99cf52655cdeb38fd763ccceddda5e1 Mon Sep 17 00:00:00 2001 From: Scott Michel Date: Tue, 30 Dec 2008 23:52:05 +0000 Subject: [PATCH] Fix test erratum (which is wierd: works locally for me?) llvm-svn: 61511 --- test/CodeGen/CellSPU/shift_ops.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/CellSPU/shift_ops.ll b/test/CodeGen/CellSPU/shift_ops.ll index 5b60dc178fa..5518327760b 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