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) {