diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2011-03-09 22:07:31 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2011-03-09 22:07:31 +0000 |
| commit | 1885d21700846a739074100d844657c50a57d539 (patch) | |
| tree | 782e04f118a55c58e3d9d5b1bc4a0952f6dd2ad6 /llvm/test/CodeGen/CellSPU | |
| parent | 801c9afd944cfa6dc4d39b548d2c26d3caed19d8 (diff) | |
| download | bcm5719-llvm-1885d21700846a739074100d844657c50a57d539.tar.gz bcm5719-llvm-1885d21700846a739074100d844657c50a57d539.zip | |
Fix mistyped CHECK lines.
llvm-svn: 127366
Diffstat (limited to 'llvm/test/CodeGen/CellSPU')
| -rw-r--r-- | llvm/test/CodeGen/CellSPU/rotate_ops.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/CellSPU/rotate_ops.ll b/llvm/test/CodeGen/CellSPU/rotate_ops.ll index e1172089c70..b1219e6f56e 100644 --- a/llvm/test/CodeGen/CellSPU/rotate_ops.ll +++ b/llvm/test/CodeGen/CellSPU/rotate_ops.ll @@ -3,9 +3,9 @@ ; RUN: grep roth %t1.s | count 8 ; RUN: grep roti.*5 %t1.s | count 1 ; RUN: grep roti.*27 %t1.s | count 1 -; RUN grep rothi.*5 %t1.s | count 2 -; RUN grep rothi.*11 %t1.s | count 1 -; RUN grep rothi.*,.3 %t1.s | count 1 +; RUN: grep rothi.*5 %t1.s | count 2 +; RUN: grep rothi.*11 %t1.s | count 1 +; RUN: grep rothi.*,.3 %t1.s | count 1 ; RUN: grep andhi %t1.s | count 4 ; RUN: grep shlhi %t1.s | count 4 ; RUN: cat %t1.s | FileCheck %s |

