llvm-6502/lib/Analysis/IPA
Chandler Carruth 4d7ed3960c [PM/AA] Remove the Location typedef from the AliasAnalysis class now
that it is its own entity in the form of MemoryLocation, and update all
the callers.

This is an entirely mechanical change. References to "Location" within
AA subclases become "MemoryLocation", and elsewhere
"AliasAnalysis::Location" becomes "MemoryLocation". Hope that helps
out-of-tree folks update.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239885 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-17 07:18:54 +00:00
..
CallGraph.cpp Rangify for loops, NFC. 2015-06-12 05:15:27 +00:00
CallGraphSCCPass.cpp Improve RefreshCallGraph to remove invalid call graph edge. 2015-04-14 15:52:57 +00:00
CallPrinter.cpp
CMakeLists.txt
GlobalsModRef.cpp [PM/AA] Remove the Location typedef from the AliasAnalysis class now 2015-06-17 07:18:54 +00:00
InlineCost.cpp [inliner] Fix the early-exit of the inline cost analysis to correctly 2015-05-27 02:49:05 +00:00
IPA.cpp
LLVMBuild.txt
Makefile