]> granicus.if.org Git - llvm/commit
BasicAA: aliasGEP shouldn't get a PartialAlias response here
authorNuno Lopes <nunoplopes@sapo.pt>
Tue, 8 Aug 2017 16:13:24 +0000 (16:13 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Tue, 8 Aug 2017 16:13:24 +0000 (16:13 +0000)
commitdb16a7c44a9c4903fba3601f04c6886a1ba1c2b4
tree6bc4dcb994f4b332cc2a0fe006f2280f40b237a2
parent47bcf0d5a65ee7fc5d027b93c05c56ed4054abdc
BasicAA: aliasGEP shouldn't get a PartialAlias response here
add an assert() to ensure that's the case (as I'm not convinced it won't happen)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310373 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BasicAliasAnalysis.cpp