1
0
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:
Chris Lattner 2005-09-27 21:10:32 +00:00
parent bcba1677fd
commit 29f2ba1384

View 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) {