diff options
Diffstat (limited to 'test/CodeGen/CellSPU')
-rw-r--r-- | test/CodeGen/CellSPU/shift_ops.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CellSPU/shift_ops.ll b/test/CodeGen/CellSPU/shift_ops.ll index 5b60dc1..5518327 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 |