diff options
author | Victor Hernandez <vhernandez@apple.com> | 2009-09-25 18:11:52 +0000 |
---|---|---|
committer | Victor Hernandez <vhernandez@apple.com> | 2009-09-25 18:11:52 +0000 |
commit | e6ff7662b67a358cf985c5133f9cb30f9d979e97 (patch) | |
tree | 9b2d337a2da01bb61d8059dd4f0088f4e9cad744 /llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll | |
parent | 5aec1b54bce5f7e916acb7d758e052b04e0c2996 (diff) | |
download | bcm5719-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/GlobalOpt/malloc-promote-2.ll')
-rw-r--r-- | llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll b/llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll index d3d225260ab..0d03835cf53 100644 --- a/llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll +++ b/llvm/test/Transforms/GlobalOpt/malloc-promote-2.ll @@ -1,6 +1,4 @@ -; RUN: opt < %s -globalopt -globaldce -S | not grep malloc -target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128" -target triple = "i686-apple-darwin8" +; RUN: opt < %s -globalopt -S | not grep malloc @G = internal global i32* null ; <i32**> [#uses=3] |