diff options
author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-10-08 18:28:42 +0000 |
---|---|---|
committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-10-08 18:28:42 +0000 |
commit | 3bf22b1883c8855391aa19c1ab5f135e4766e930 (patch) | |
tree | d877eed720c95cc0760e594eef504985433b0b22 /llvm/lib/Analysis | |
parent | dd70996a5c4585f6c6068471b582b97c0f3acd77 (diff) | |
download | bcm5719-llvm-3bf22b1883c8855391aa19c1ab5f135e4766e930.tar.gz bcm5719-llvm-3bf22b1883c8855391aa19c1ab5f135e4766e930.zip |
[SCEV] Remove comment repeated in cpp file; NFC
llvm-svn: 249713
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r-- | llvm/lib/Analysis/ScalarEvolution.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Analysis/ScalarEvolution.cpp b/llvm/lib/Analysis/ScalarEvolution.cpp index c9f7a48cf79..a1c2857bb67 100644 --- a/llvm/lib/Analysis/ScalarEvolution.cpp +++ b/llvm/lib/Analysis/ScalarEvolution.cpp @@ -5826,11 +5826,6 @@ ScalarEvolution::getConstantEvolutionLoopExitValue(PHINode *PN, } } -/// 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) { |