mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 00:24:00 +00:00
Devang points out that we need an assertion here.
llvm-svn: 37097
This commit is contained in:
parent
770584a8cd
commit
3fb34a4fdd
@ -141,6 +141,8 @@ void IfConverter::AnalyzeBlock(MachineBasicBlock *BB) {
|
||||
|
||||
if (!BBI.FBB)
|
||||
BBI.FBB = findFalseBlock(BB, BBI.TBB);
|
||||
assert(BBI.FBB && "Expected to find the fallthrough block!");
|
||||
|
||||
AnalyzeBlock(BBI.FBB);
|
||||
BBInfo &FBBI = BBAnalysis[BBI.FBB->getNumber()];
|
||||
if (FBBI.Kind != ICNotClassfied)
|
||||
|
Loading…
x
Reference in New Issue
Block a user