diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-09 14:12:01 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-09 14:12:01 +0000 |
commit | 87f8207c972292d79745565361cbefdd51428054 (patch) | |
tree | f8c5719bd5f0a45ed071bc43688648af786e561e /llvm/lib/CodeGen/MachineLICM.cpp | |
parent | ce6dd889ecaae9e1a14fbd31ac3822693caa813c (diff) | |
download | bcm5719-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.cpp | 4 |
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"); |