Changes in directory llvm/include/llvm/Transforms:
Scalar.h updated: 1.72 -> 1.73 --- Log message: Now LoopStrengthReduce is a LoopPass. --- Diffs of the changes: (+2 -1) Scalar.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/include/llvm/Transforms/Scalar.h diff -u llvm/include/llvm/Transforms/Scalar.h:1.72 llvm/include/llvm/Transforms/Scalar.h:1.73 --- llvm/include/llvm/Transforms/Scalar.h:1.72 Wed Feb 14 20:26:09 2007 +++ llvm/include/llvm/Transforms/Scalar.h Tue Mar 6 15:14:09 2007 @@ -20,6 +20,7 @@ namespace llvm { class FunctionPass; +class LoopPass; class Pass; class GetElementPtrInst; class PassInfo; @@ -120,7 +121,7 @@ // optional parameter used to consult the target machine whether certain // transformations are profitable. // -FunctionPass *createLoopStrengthReducePass(const TargetLowering *TLI = NULL); +LoopPass *createLoopStrengthReducePass(const TargetLowering *TLI = NULL); //===----------------------------------------------------------------------===// // _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits