[llvm] r249713 - [SCEV] Remove comment repeated in cpp file; NFC

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 11:28:43 PDT 2015


Author: sanjoy
Date: Thu Oct  8 13:28:42 2015
New Revision: 249713

URL: http://llvm.org/viewvc/llvm-project?rev=249713&view=rev
Log:
[SCEV] Remove comment repeated in cpp file; NFC

Modified:
    llvm/trunk/lib/Analysis/ScalarEvolution.cpp

Modified: llvm/trunk/lib/Analysis/ScalarEvolution.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/ScalarEvolution.cpp?rev=249713&r1=249712&r2=249713&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/ScalarEvolution.cpp (original)
+++ llvm/trunk/lib/Analysis/ScalarEvolution.cpp Thu Oct  8 13:28:42 2015
@@ -5826,11 +5826,6 @@ ScalarEvolution::getConstantEvolutionLoo
   }
 }
 
-/// ComputeExitCountExhaustively - If the loop is known to execute a
-/// constant number of times (the condition evolves only from constants),
-/// try to evaluate a few iterations of the loop until we get the exit
-/// condition gets a value of ExitWhen (true or false).  If we cannot
-/// evaluate the trip count of the loop, return getCouldNotCompute().
 const SCEV *ScalarEvolution::ComputeExitCountExhaustively(const Loop *L,
                                                           Value *Cond,
                                                           bool ExitWhen) {




More information about the llvm-commits mailing list