aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/LoopInfo.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-05-01 21:58:05 +0000
committerDan Gohman <gohman@apple.com>2009-05-01 21:58:05 +0000
commit7e5440404b46626f014be3a3a66231969c4574e9 (patch)
treea32e75811b25797f1f7e32f8d2d6224b7fc6ab10 /lib/Analysis/LoopInfo.cpp
parentf0e4cac7ebdee07639bd1fc3eadf204f45868556 (diff)
Change the description string of the LoopInfo pass.
"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
Diffstat (limited to 'lib/Analysis/LoopInfo.cpp')
-rw-r--r--lib/Analysis/LoopInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/LoopInfo.cpp b/lib/Analysis/LoopInfo.cpp
index 275331b03a..de6480a66d 100644
--- a/lib/Analysis/LoopInfo.cpp
+++ b/lib/Analysis/LoopInfo.cpp
@@ -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