mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Delete this obsolete comment.
llvm-svn: 100858
This commit is contained in:
parent
6f820a041f
commit
f9cf2772f6
@ -197,10 +197,6 @@ static bool LoopIsOuterMostWithPreheader(MachineLoop *CurLoop) {
|
||||
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) {
|
||||
if (PreRegAlloc)
|
||||
DEBUG(dbgs() << "******** Pre-regalloc Machine LICM ********\n");
|
||||
|
Loading…
Reference in New Issue
Block a user