summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineLICM.cpp
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
commit87f8207c972292d79745565361cbefdd51428054 (patch)
treef8c5719bd5f0a45ed071bc43688648af786e561e /llvm/lib/CodeGen/MachineLICM.cpp
parentce6dd889ecaae9e1a14fbd31ac3822693caa813c (diff)
downloadbcm5719-llvm-87f8207c972292d79745565361cbefdd51428054.tar.gz
bcm5719-llvm-87f8207c972292d79745565361cbefdd51428054.zip
Delete this obsolete comment.
llvm-svn: 100858
Diffstat (limited to 'llvm/lib/CodeGen/MachineLICM.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineLICM.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/MachineLICM.cpp b/llvm/lib/CodeGen/MachineLICM.cpp
index 907a92bb506..a29e5059f3d 100644
--- a/llvm/lib/CodeGen/MachineLICM.cpp
+++ b/llvm/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");
OpenPOWER on IntegriCloud