[llvm-commits] CVS: llvm/lib/Transforms/Scalar/GVNPRE.cpp

Owen Anderson resistor at mac.com
Fri Jun 8 13:57:30 PDT 2007



Changes in directory llvm/lib/Transforms/Scalar:

GVNPRE.cpp updated: 1.25 -> 1.26
---
Log message:

Fix typo in a comment.


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

 GVNPRE.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Transforms/Scalar/GVNPRE.cpp
diff -u llvm/lib/Transforms/Scalar/GVNPRE.cpp:1.25 llvm/lib/Transforms/Scalar/GVNPRE.cpp:1.26
--- llvm/lib/Transforms/Scalar/GVNPRE.cpp:1.25	Fri Jun  8 15:44:02 2007
+++ llvm/lib/Transforms/Scalar/GVNPRE.cpp	Fri Jun  8 15:57:08 2007
@@ -13,7 +13,7 @@
 // the optimization.  It replaces redundant values with uses of earlier 
 // occurences of the same value.  While this is beneficial in that it eliminates
 // unneeded computation, it also increases register pressure by creating large
-// live ranges, and should be used with caution on platforms that a very 
+// live ranges, and should be used with caution on platforms that are very 
 // sensitive to register pressure.
 //
 //===----------------------------------------------------------------------===//






More information about the llvm-commits mailing list