diff options
Diffstat (limited to 'llvm/test/CodeGen/CellSPU/or_ops.ll')
| -rw-r--r-- | llvm/test/CodeGen/CellSPU/or_ops.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/CellSPU/or_ops.ll b/llvm/test/CodeGen/CellSPU/or_ops.ll index 49e5ec36d28..4e9da8f1297 100644 --- a/llvm/test/CodeGen/CellSPU/or_ops.ll +++ b/llvm/test/CodeGen/CellSPU/or_ops.ll @@ -1,4 +1,5 @@ ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s +; RUN: grep and %t1.s | count 2 ; RUN: grep orc %t1.s | count 85 ; RUN: grep ori %t1.s | count 30 ; RUN: grep orhi %t1.s | count 30 |

