[llvm-commits] CVS: llvm/lib/Analysis/ScalarEvolution.cpp

Reid Spencer reid at x10sys.com
Mon Dec 4 13:33:37 PST 2006



Changes in directory llvm/lib/Analysis:

ScalarEvolution.cpp updated: 1.62 -> 1.63
---
Log message:

Fix comment grammaro


---
Diffs of the changes:  (+2 -2)

 ScalarEvolution.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/lib/Analysis/ScalarEvolution.cpp
diff -u llvm/lib/Analysis/ScalarEvolution.cpp:1.62 llvm/lib/Analysis/ScalarEvolution.cpp:1.63
--- llvm/lib/Analysis/ScalarEvolution.cpp:1.62	Mon Dec  4 11:05:42 2006
+++ llvm/lib/Analysis/ScalarEvolution.cpp	Mon Dec  4 15:33:23 2006
@@ -1925,9 +1925,9 @@
             }
           }
 
-      // Okay, this is a some expression that we cannot symbolically evaluate
+      // Okay, this is an expression that we cannot symbolically evaluate
       // into a SCEV.  Check to see if it's possible to symbolically evaluate
-      // the arguments into constants, and if see, try to constant propagate the
+      // the arguments into constants, and if so, try to constant propagate the
       // result.  This is particularly useful for computing loop exit values.
       if (CanConstantFold(I)) {
         std::vector<Constant*> Operands;






More information about the llvm-commits mailing list