]> granicus.if.org Git - llvm/commit
Make getModRefInfo with a default location not crash.
authorDaniel Berlin <dberlin@dberlin.org>
Mon, 13 Apr 2015 23:05:45 +0000 (23:05 +0000)
committerDaniel Berlin <dberlin@dberlin.org>
Mon, 13 Apr 2015 23:05:45 +0000 (23:05 +0000)
commitb4f643835245fb61ec243ed3d570fa6cf306872e
tree4f61b574691379c4a246a4245ab0ab19db2953f9
parent534f9f3ee5b5c06cc469d4ed0e0189229bf8ff4d
Make getModRefInfo with a default location not crash.
Add getModRefInfo that works without location.
Add unit tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234811 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/AliasAnalysis.h
lib/Analysis/AliasAnalysis.cpp
unittests/Analysis/AliasAnalysisTest.cpp [new file with mode: 0644]
unittests/Analysis/CMakeLists.txt