[llvm-commits] [llvm] r100858 - /llvm/trunk/lib/CodeGen/MachineLICM.cpp
Dan Gohman
gohman at apple.com
Fri Apr 9 07:12:01 PDT 2010
Author: djg
Date: Fri Apr 9 09:12:01 2010
New Revision: 100858
URL: http://llvm.org/viewvc/llvm-project?rev=100858&view=rev
Log:
Delete this obsolete comment.
Modified:
llvm/trunk/lib/CodeGen/MachineLICM.cpp
Modified: llvm/trunk/lib/CodeGen/MachineLICM.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/MachineLICM.cpp?rev=100858&r1=100857&r2=100858&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/MachineLICM.cpp (original)
+++ llvm/trunk/lib/CodeGen/MachineLICM.cpp Fri Apr 9 09:12:01 2010
@@ -197,10 +197,6 @@
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");
More information about the llvm-commits
mailing list