[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Sep 27 14:10:43 PDT 2005



Changes in directory llvm/lib/Transforms/Scalar:

LoopStrengthReduce.cpp updated: 1.58 -> 1.59
---
Log message:

Make the pass name simpler


---
Diffs of the changes:  (+1 -1)

 LoopStrengthReduce.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
diff -u llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1.58 llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1.59
--- llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp:1.58	Mon Sep 12 21:09:55 2005
+++ llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp	Tue Sep 27 16:10:32 2005
@@ -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) {






More information about the llvm-commits mailing list