]> granicus.if.org Git - llvm/commit
[SimplifyCFG] FoldTwoEntryPHINode - silence static analyzer null dereference warning...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 24 Sep 2019 11:17:20 +0000 (11:17 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 24 Sep 2019 11:17:20 +0000 (11:17 +0000)
commitaf87afe0d17f18504a96dda19dcd0aa6f1f2a805
tree02d3961a14b20e72047158bc389c0fba0221d5d9
parente686150d699fb731eb2df980cd19ae312f219ee7
[SimplifyCFG] FoldTwoEntryPHINode - silence static analyzer null dereference warning. NFCI.

Assert that we've found the DomBlock.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372728 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp