Fix wording in comments.
authorDan Gohman <gohman@apple.com>
Mon, 27 Jul 2009 16:09:48 +0000 (16:09 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 27 Jul 2009 16:09:48 +0000 (16:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77193 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/ScalarEvolution.h
lib/Analysis/ScalarEvolution.cpp

index 25665898927d441c65aef7befd6da21a8d535d1f..739f06bfc867266005b8109fdf81b0c944f2fc5e 100644 (file)
@@ -299,7 +299,7 @@ namespace llvm {
                                                    const Loop *L,
                                                    ICmpInst::Predicate p);
 
-    /// ComputeBackedgeTakenCountExhaustively - If the trip is known to execute
+    /// ComputeBackedgeTakenCountExhaustively - 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
index 8ac4d1ed537b25556ef6c16ffd5ab7d5ee8e7729..721fe934db5d9841f974261080ee689a67bc3eef 100644 (file)
@@ -3709,7 +3709,7 @@ ScalarEvolution::getConstantEvolutionLoopExitValue(PHINode *PN,
   }
 }
 
-/// ComputeBackedgeTakenCountExhaustively - If the trip is known to execute a
+/// ComputeBackedgeTakenCountExhaustively - 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