Make getModRefInfo(Instruction *) not crash on certain types of instructions
authorDaniel Berlin <dberlin@dberlin.org>
Tue, 28 Apr 2015 19:19:14 +0000 (19:19 +0000)
committerDaniel Berlin <dberlin@dberlin.org>
Tue, 28 Apr 2015 19:19:14 +0000 (19:19 +0000)
commitb1e1aa04edf7d4d0139e13363f52fce06b81d58f
treeabbc7447f05d7b18e17fff51eb830c3789d44fa1
parent3813ef68868f3379458accd8fdf89869e2ecf6da
Make getModRefInfo(Instruction *) not crash on certain types of instructions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236023 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/AliasAnalysis.cpp
unittests/Analysis/AliasAnalysisTest.cpp