mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Delete this obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ea3eec9f85
commit
7d597b4428
@ -197,10 +197,6 @@ static bool LoopIsOuterMostWithPreheader(MachineLoop *CurLoop) {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Hoist expressions out of the specified loop. Note, alias info for inner loop
|
|
||||||
/// is not preserved so it is not a good idea to run LICM multiple times on one
|
|
||||||
/// loop.
|
|
||||||
///
|
|
||||||
bool MachineLICM::runOnMachineFunction(MachineFunction &MF) {
|
bool MachineLICM::runOnMachineFunction(MachineFunction &MF) {
|
||||||
if (PreRegAlloc)
|
if (PreRegAlloc)
|
||||||
DEBUG(dbgs() << "******** Pre-regalloc Machine LICM ********\n");
|
DEBUG(dbgs() << "******** Pre-regalloc Machine LICM ********\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user