mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Make the pass name simpler
llvm-svn: 23476
This commit is contained in:
parent
bcba1677fd
commit
29f2ba1384
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user