forked from OSchip/llvm-project
parent
abd820a92b
commit
9ef8e51cec
|
@ -778,7 +778,7 @@ MachineVerifier::visitMachineBasicBlockBefore(const MachineBasicBlock *MBB) {
|
||||||
"isn't a terminator instruction!", MBB);
|
"isn't a terminator instruction!", MBB);
|
||||||
}
|
}
|
||||||
if (Cond.empty()) {
|
if (Cond.empty()) {
|
||||||
report("MBB exits via conditinal branch/branch but there's no "
|
report("MBB exits via conditional branch/branch but there's no "
|
||||||
"condition!", MBB);
|
"condition!", MBB);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue