mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Fix a typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32803 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90668345a1
commit
ee5d25e5cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user