summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Analysis/AliasAnalysisTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [PM/AA] Remove the Location typedef from the AliasAnalysis class nowChandler Carruth2015-06-171-1/+1
| | | | | | | | | | | | 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. llvm-svn: 239885
* Make getModRefInfo(Instruction *) not crash on certain types of instructionsDaniel Berlin2015-04-281-0/+10
| | | | llvm-svn: 236023
* Make getModRefInfo with a default location not crash.Daniel Berlin2015-04-131-0/+94
Add getModRefInfo that works without location. Add unit tests. llvm-svn: 234811
OpenPOWER on IntegriCloud