aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-09 14:12:01 +0000
committerDan Gohman <gohman@apple.com>2010-04-09 14:12:01 +0000
commit7d597b4428dcc120b15fcd92b33515108d54e35e (patch)
treeab709fd50f05f43ca3834cddf9f909ea9c7c6130 /lib
parentea3eec9f8588a1fe0fe80324d1413ab165b675ca (diff)
downloadexternal_llvm-7d597b4428dcc120b15fcd92b33515108d54e35e.zip
external_llvm-7d597b4428dcc120b15fcd92b33515108d54e35e.tar.gz
external_llvm-7d597b4428dcc120b15fcd92b33515108d54e35e.tar.bz2
Delete this obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100858 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/CodeGen/MachineLICM.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/MachineLICM.cpp b/lib/CodeGen/MachineLICM.cpp
index 907a92b..a29e505 100644
--- a/lib/CodeGen/MachineLICM.cpp
+++ b/lib/CodeGen/MachineLICM.cpp
@@ -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");