From 7d597b4428dcc120b15fcd92b33515108d54e35e Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 9 Apr 2010 14:12:01 +0000 Subject: [PATCH] Delete this obsolete comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100858 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/MachineLICM.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/CodeGen/MachineLICM.cpp b/lib/CodeGen/MachineLICM.cpp index 907a92bb506..a29e5059f3d 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"); -- 2.34.1