aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis
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
commit131e0fcf808340c24aa7f519b7108121142a9b4b (patch)
tree406ef499eb4ee0c0b5f704d726d1d9c39ad79694 /test/Analysis
parentbccd219ac7eb590d369f9bda03ade6467aa49e24 (diff)
downloadexternal_llvm-131e0fcf808340c24aa7f519b7108121142a9b4b.zip
external_llvm-131e0fcf808340c24aa7f519b7108121142a9b4b.tar.gz
external_llvm-131e0fcf808340c24aa7f519b7108121142a9b4b.tar.bz2
Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82784 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis')
-rw-r--r--test/Analysis/PointerTracking/sizes.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/PointerTracking/sizes.ll b/test/Analysis/PointerTracking/sizes.ll
index c6224e0..c0b0606 100644
--- a/test/Analysis/PointerTracking/sizes.ll
+++ b/test/Analysis/PointerTracking/sizes.ll
@@ -63,7 +63,7 @@ entry:
define i32 @foo2(i32 %n) nounwind {
entry:
%call = malloc i8, i32 %n ; <i8*> [#uses=1]
-; CHECK: %malloccall =
+; CHECK: %call =
; CHECK: ==> %n elements, %n bytes allocated
%call2 = tail call i8* @calloc(i64 2, i64 4) nounwind ; <i8*> [#uses=1]
; CHECK: %call2 =