projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94388a
)
Make the pass name simpler
author
Chris Lattner
<sabre@nondot.org>
Tue, 27 Sep 2005 21:10:32 +0000
(21:10 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/LoopStrengthReduce.cpp
b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index 8c66e262e40b1cab0acaeea36247eb6c6f41d140..82931726bce440ce3f5a958b9d79641d98432696 100644
(file)
--- 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) {