Changes in directory llvm/lib/Transforms/Scalar:

SCCP.cpp updated: 1.144 -> 1.145
---
Log message:

Fix a typo.


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

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


Index: llvm/lib/Transforms/Scalar/SCCP.cpp
diff -u llvm/lib/Transforms/Scalar/SCCP.cpp:1.144 
llvm/lib/Transforms/Scalar/SCCP.cpp:1.145
--- llvm/lib/Transforms/Scalar/SCCP.cpp:1.144   Sat Dec 23 00:05:41 2006
+++ llvm/lib/Transforms/Scalar/SCCP.cpp Sun Dec 31 16:26:06 2006
@@ -1322,7 +1322,7 @@
   
//===--------------------------------------------------------------------===//
   //
   /// SCCP Class - This class uses the SCCPSolver to implement a per-function
-  /// Sparse Conditional COnstant Propagator.
+  /// Sparse Conditional Constant Propagator.
   ///
   struct SCCP : public FunctionPass {
     // runOnFunction - Run the Sparse Conditional Constant Propagation



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to