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 | e8a74ee5eacf0043347df189837c3eb01c759f23 (patch) | |
| tree | 600e9af839fc496ce33359b4e5b9f352085b48eb /llvm/lib/Transforms | |
| parent | 62f3c0d57bd242f8fd6b3b686d36955839e785c2 (diff) | |
| download | bcm5719-llvm-e8a74ee5eacf0043347df189837c3eb01c759f23.tar.gz bcm5719-llvm-e8a74ee5eacf0043347df189837c3eb01c759f23.zip | |
Fix a typo.
llvm-svn: 32803
Diffstat (limited to 'llvm/lib/Transforms')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/SCCP.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/SCCP.cpp b/llvm/lib/Transforms/Scalar/SCCP.cpp index 9b7d27169f1..e55e313686d 100644 --- a/llvm/lib/Transforms/Scalar/SCCP.cpp +++ b/llvm/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 |

