Make the pass name simpler
authorChris Lattner <sabre@nondot.org>
Tue, 27 Sep 2005 21:10:32 +0000 (21:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Sep 2005 21:10:32 +0000 (21:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23476 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/LoopStrengthReduce.cpp

index 8c66e262e40b1cab0acaeea36247eb6c6f41d140..82931726bce440ce3f5a958b9d79641d98432696 100644 (file)
@@ -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) {