diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-03-25 20:20:11 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-03-25 20:20:11 +0000 |
| commit | 2e9f42bed5578cde090bf7ff701572a2504b1297 (patch) | |
| tree | 361bbe3ab59e2bbec56cab010b073ea5cbb7312b /llvm/test/CodeGen/CellSPU/or_ops.ll | |
| parent | 612f8a48429e6d5cfbf7f90c467e00faa5e90109 (diff) | |
| download | bcm5719-llvm-2e9f42bed5578cde090bf7ff701572a2504b1297.tar.gz bcm5719-llvm-2e9f42bed5578cde090bf7ff701572a2504b1297.zip | |
Revert 67132. This is breaking some objective-c apps.
Also fixes SDISel so it *does not* force promote return value if the function is not marked signext / zeroext.
llvm-svn: 67701
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 |

