Remove assert(false) in favor of asserting the if conditional it is contained within.
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 26 Oct 2015 18:41:13 +0000 (18:41 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 26 Oct 2015 18:41:13 +0000 (18:41 +0000)
commit1398e08598b47db3e5521779f5996841bc2f84e9
treee9fd0b063cf782ad53fb3538501be9d6725d467d
parent7d9e75db8b248b1377ce7825139c41ee440df1dd
Remove assert(false) in favor of asserting the if conditional it is contained within.

Also adjust the code to avoid 3 redundant map lookups.

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