Enhance transform passes so that they apply the same tranforms to malloc calls as...
authorVictor Hernandez <vhernandez@apple.com>
Fri, 18 Sep 2009 22:35:49 +0000 (22:35 +0000)
committerVictor Hernandez <vhernandez@apple.com>
Fri, 18 Sep 2009 22:35:49 +0000 (22:35 +0000)
commit83d63919bd990ce00f62e18114504b9e4a5cb35e
treeec65b941c26a912ddafb03e9d31922bd73a366b7
parent4a86348bfb1dd06ac3ec204a8b295576873701e1
Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst.

Reviewed by Dan Gohman.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82300 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/SimplifyLibCalls.cpp
lib/Transforms/Scalar/TailDuplication.cpp
lib/Transforms/Utils/InlineCost.cpp