Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes...
authorVictor Hernandez <vhernandez@apple.com>
Fri, 25 Sep 2009 18:11:52 +0000 (18:11 +0000)
committerVictor Hernandez <vhernandez@apple.com>
Fri, 25 Sep 2009 18:11:52 +0000 (18:11 +0000)
commit3e0c99a26f365bddb667124db40a5734e35c5a2d
tree406ef499eb4ee0c0b5f704d726d1d9c39ad79694
parenta45bfd31de14321262dd5f5123d04fc953a79ff1
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
16 files changed:
examples/BrainF/BrainF.cpp
include/llvm/Instructions.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/VMCore/Core.cpp
lib/VMCore/Instructions.cpp
test/Analysis/PointerTracking/sizes.ll
test/Transforms/GlobalOpt/malloc-promote-2.ll
test/Transforms/GlobalOpt/malloc-promote-3.ll
test/Transforms/InstCombine/cast-malloc.ll
test/Transforms/InstCombine/cast.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/malloc-free-delete.ll
test/Transforms/InstCombine/malloc2.ll