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:
Dan Gohman 2009-05-01 21:58:05 +00:00
parent b3c08d427a
commit 6aa1fd5065

View File

@ -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