diff options
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 b32481e48b..b721ca0965 100644 --- a/lib/Transforms/Scalar/SCCP.cpp +++ b/lib/Transforms/Scalar/SCCP.cpp @@ -220,7 +220,7 @@ private: } }; - RegisterPass<SCCP> X("sccp", "Sparse Conditional Constant Propogation"); + RegisterOpt<SCCP> X("sccp", "Sparse Conditional Constant Propogation"); } // end anonymous namespace |