summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/CellSPU/or_ops.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2009-03-17 23:43:59 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2009-03-17 23:43:59 +0000
commit4606b121086e816a19e0b7c38499440f8cd0d9cb (patch)
tree10c556ca81420448cb5c4dc6e4a85d83a722a31d /llvm/test/CodeGen/CellSPU/or_ops.ll
parent0071da951b8688a24272028ca74d4b22841c17cc (diff)
downloadbcm5719-llvm-4606b121086e816a19e0b7c38499440f8cd0d9cb.tar.gz
bcm5719-llvm-4606b121086e816a19e0b7c38499440f8cd0d9cb.zip
Don't force promotion of return arguments on the callee.
Some architectures (like x86) don't require it. This fixes bug 3779. llvm-svn: 67132
Diffstat (limited to 'llvm/test/CodeGen/CellSPU/or_ops.ll')
-rw-r--r--llvm/test/CodeGen/CellSPU/or_ops.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/CellSPU/or_ops.ll b/llvm/test/CodeGen/CellSPU/or_ops.ll
index 4e9da8f1297..49e5ec36d28 100644
--- a/llvm/test/CodeGen/CellSPU/or_ops.ll
+++ b/llvm/test/CodeGen/CellSPU/or_ops.ll
@@ -1,5 +1,4 @@
; 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
OpenPOWER on IntegriCloud