mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 22:00:58 +00:00
Change the description string of the LoopInfo pass.
"Construction" makes it sound like a pass that might modify the CFG to construct natural loops. llvm-svn: 70580
This commit is contained in:
parent
b3c08d427a
commit
6aa1fd5065
@ -29,7 +29,7 @@ using namespace llvm;
|
||||
|
||||
char LoopInfo::ID = 0;
|
||||
static RegisterPass<LoopInfo>
|
||||
X("loops", "Natural Loop Construction", true, true);
|
||||
X("loops", "Natural Loop Information", true, true);
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Loop implementation
|
||||
|
Loading…
x
Reference in New Issue
Block a user