Change the description string of the LoopInfo pass.
authorDan Gohman <gohman@apple.com>
Fri, 1 May 2009 21:58:05 +0000 (21:58 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 1 May 2009 21:58:05 +0000 (21:58 +0000)
"Construction" makes it sound like a pass that might
modify the CFG to construct natural loops.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70580 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LoopInfo.cpp

index 275331b03a58f952f0298d7dde3fc7ec54fb4559..de6480a66d5bfba6239281a8537816c995d02f73 100644 (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