commit | fe15830f962bb7fef046203a77d438d087772b34 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Sep 27 21:10:32 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Sep 27 21:10:32 2005 +0000 |
tree | d3ab1f407d3674975e5ce0269dbd4e9b741acc82 | |
parent | b94388a76ab8f514394d6e8a473c61778d96da93 [diff] [blame] |
Make the pass name simpler git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23476 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 8c66e26..8293172 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -152,7 +152,7 @@ void DeleteTriviallyDeadInstructions(std::set<Instruction*> &Insts); }; RegisterOpt<LoopStrengthReduce> X("loop-reduce", - "Strength Reduce GEP Uses of Ind. Vars"); + "Loop Strength Reduction"); } FunctionPass *llvm::createLoopStrengthReducePass(unsigned MaxTargetAMSize) {