forked from OSchip/llvm-project
there is no need to remove this instruction, linscan does it already as it
removes noop moves. llvm-svn: 21183
This commit is contained in:
parent
0b1681bce1
commit
1a44855f8f
|
@ -199,11 +199,6 @@ bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) {
|
|||
}
|
||||
}
|
||||
|
||||
// If we inserted a placeholder instruction at the entry of the block, remove
|
||||
// it now.
|
||||
if (fn.livein_begin() != fn.livein_end())
|
||||
fn.begin()->erase(fn.begin()->begin());
|
||||
|
||||
DEBUG(dump());
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue