diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-31 22:26:06 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-31 22:26:06 +0000 |
commit | ee5d25e5cc064c954a79f735ae767d21198a0b4e (patch) | |
tree | 2c764e2c64400ff0f7e3ca5f412b16deb379615c /lib/Transforms/Scalar/SCCP.cpp | |
parent | 90668345a12ee597dce9fa56ac9cbabbd530558b (diff) | |
download | external_llvm-ee5d25e5cc064c954a79f735ae767d21198a0b4e.zip external_llvm-ee5d25e5cc064c954a79f735ae767d21198a0b4e.tar.gz external_llvm-ee5d25e5cc064c954a79f735ae767d21198a0b4e.tar.bz2 |
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32803 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/SCCP.cpp')
-rw-r--r-- | lib/Transforms/Scalar/SCCP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/SCCP.cpp b/lib/Transforms/Scalar/SCCP.cpp index 9b7d271..e55e313 100644 --- a/lib/Transforms/Scalar/SCCP.cpp +++ b/lib/Transforms/Scalar/SCCP.cpp @@ -1322,7 +1322,7 @@ namespace { //===--------------------------------------------------------------------===// // /// 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 |