summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/malloc2.ll
diff options
context:
space:
mode:
authorVictor Hernandez <vhernandez@apple.com>2009-09-25 18:11:52 +0000
committerVictor Hernandez <vhernandez@apple.com>2009-09-25 18:11:52 +0000
commite6ff7662b67a358cf985c5133f9cb30f9d979e97 (patch)
tree9b2d337a2da01bb61d8059dd4f0088f4e9cad744 /llvm/test/Transforms/InstCombine/malloc2.ll
parent5aec1b54bce5f7e916acb7d758e052b04e0c2996 (diff)
downloadbcm5719-llvm-e6ff7662b67a358cf985c5133f9cb30f9d979e97.tar.gz
bcm5719-llvm-e6ff7662b67a358cf985c5133f9cb30f9d979e97.zip
Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests.
llvm-svn: 82784
Diffstat (limited to 'llvm/test/Transforms/InstCombine/malloc2.ll')
-rw-r--r--llvm/test/Transforms/InstCombine/malloc2.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/InstCombine/malloc2.ll b/llvm/test/Transforms/InstCombine/malloc2.ll
index cc1506b6b19..102422ee5fc 100644
--- a/llvm/test/Transforms/InstCombine/malloc2.ll
+++ b/llvm/test/Transforms/InstCombine/malloc2.ll
@@ -1,4 +1,5 @@
; RUN: opt < %s -instcombine -S | grep {ret i32 0}
+; RUN: opt < %s -instcombine -S | not grep malloc
; PR1313
define i32 @test1(i32 %argc, i8* %argv, i8* %envp) {
OpenPOWER on IntegriCloud