]> granicus.if.org Git - llvm/commit
BasicAA: Uninserted instructions have no parent, and notDifferentParent explicitly...
authorDaniel Berlin <dberlin@dberlin.org>
Fri, 19 May 2017 19:01:21 +0000 (19:01 +0000)
committerDaniel Berlin <dberlin@dberlin.org>
Fri, 19 May 2017 19:01:21 +0000 (19:01 +0000)
commita55349e67c8beaf6f13366502fb1e351d748a7ca
treec2d3ebe513c966dda88a474a84349b6850dfd291
parent04150ba0accd2d42b429cc0fc10c024df4bafe9c
BasicAA: Uninserted instructions have no parent, and notDifferentParent explicitly allows for this case, but getParent crashes when handed one.

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