diff options
Diffstat (limited to 'llvm/lib/Transforms/Scalar/Reassociate.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/Reassociate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/Reassociate.cpp b/llvm/lib/Transforms/Scalar/Reassociate.cpp index 353cd1435a6..250d62b1266 100644 --- a/llvm/lib/Transforms/Scalar/Reassociate.cpp +++ b/llvm/lib/Transforms/Scalar/Reassociate.cpp @@ -90,7 +90,7 @@ namespace { void RemoveDeadBinaryOp(Value *V); }; - RegisterOpt<Reassociate> X("reassociate", "Reassociate expressions"); + RegisterPass<Reassociate> X("reassociate", "Reassociate expressions"); } // Public interface to the Reassociate pass |

