diff options
Diffstat (limited to 'llvm/lib/Transforms/Scalar/ConstantProp.cpp')
-rw-r--r-- | llvm/lib/Transforms/Scalar/ConstantProp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/ConstantProp.cpp b/llvm/lib/Transforms/Scalar/ConstantProp.cpp index 025b8a79b23..5da909e2020 100644 --- a/llvm/lib/Transforms/Scalar/ConstantProp.cpp +++ b/llvm/lib/Transforms/Scalar/ConstantProp.cpp @@ -31,7 +31,7 @@ namespace { } }; -RegisterPass<ConstantPropogation> X("constprop", "Simple constant propogation"); + RegisterOpt<ConstantPropogation> X("constprop","Simple constant propogation"); } Pass *createConstantPropogationPass() { |