[llvm-commits] CVS: llvm/lib/Transforms/Scalar/SCCP.cpp
Reid Spencer
reid at x10sys.com
Sun Dec 31 14:26:21 PST 2006
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
More information about the llvm-commits
mailing list