Continue after removing the current MI.

llvm-svn: 56372
This commit is contained in:
Evan Cheng 2008-09-19 22:49:39 +00:00
parent f66b3277d3
commit 23e36297d6

View File

@ -2310,6 +2310,7 @@ bool SimpleRegisterCoalescing::runOnMachineFunction(MachineFunction &fn) {
if (isDead) {
li_->RemoveMachineInstrFromMaps(mii);
mii = mbbi->erase(mii);
continue;
}
}