diff options
Diffstat (limited to 'lib/Transforms/Scalar/LoopStrengthReduce.cpp')
-rw-r--r-- | lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index 8c66e262e4..82931726bc 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp @@ -152,7 +152,7 @@ private: 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) { |