Remove MallocInst from LLVM Instructions.
authorVictor Hernandez <vhernandez@apple.com>
Sat, 17 Oct 2009 01:18:07 +0000 (01:18 +0000)
committerVictor Hernandez <vhernandez@apple.com>
Sat, 17 Oct 2009 01:18:07 +0000 (01:18 +0000)
commita276c603b82a11b0bf0b59f0517a69e4b63adeab
tree0bf9c9f1be6d75c1fd4a5811844e196eec7636c9
parent3bdd8de2806e47f34369c1e6ce6e6b44a135bd29
Remove MallocInst from LLVM Instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84299 91177308-0d34-0410-b5e6-96231b3b80d8
25 files changed:
include/llvm-c/Core.h
include/llvm/InstrTypes.h
include/llvm/Instruction.def
include/llvm/Instructions.h
include/llvm/Support/IRBuilder.h
include/llvm/Support/InstVisitor.h
include/llvm/Transforms/Scalar.h
lib/Analysis/IPA/GlobalsModRef.cpp
lib/Analysis/InlineCost.cpp
lib/Analysis/InstCount.cpp
lib/Analysis/ValueTracking.cpp
lib/AsmParser/LLParser.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
lib/Target/CBackend/CBackend.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/MSIL/MSILWriter.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Utils/LowerAllocations.cpp
lib/VMCore/Instruction.cpp
lib/VMCore/Instructions.cpp