OSDN Git Service

Enhance analysis passes so that they apply the same analysis to malloc calls as to...
authorVictor Hernandez <vhernandez@apple.com>
Fri, 18 Sep 2009 21:34:51 +0000 (21:34 +0000)
committerVictor Hernandez <vhernandez@apple.com>
Fri, 18 Sep 2009 21:34:51 +0000 (21:34 +0000)
commit46e8312fb733338e9af4db3757a1a8beddeae15a
tree3df531bf95fc9a345c0c0b79a9eb8825dc0dfe89
parentd268e00938ba81e8713db94d27eb04457ef264cd
Enhance analysis passes so that they apply the same analysis to malloc calls as to MallocInst.

Reviewed by Eli Friedman.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82281 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/IPA/Andersens.cpp
lib/Analysis/IPA/GlobalsModRef.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/PointerTracking.cpp