diff options
| author | Dan Gohman <gohman@apple.com> | 2009-05-01 21:58:05 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-05-01 21:58:05 +0000 |
| commit | 410b4fdceb0d47271b0d4dba70decee73e1c125e (patch) | |
| tree | 4981e468a13f3a6e3d7384ca294a0d37bdaf1cef /llvm/lib/Analysis/LoopInfo.cpp | |
| parent | 4ac533dc901bbfbc07f1b6b8a1ca92243987bf5f (diff) | |
| download | llvm-410b4fdceb0d47271b0d4dba70decee73e1c125e.zip llvm-410b4fdceb0d47271b0d4dba70decee73e1c125e.tar.gz llvm-410b4fdceb0d47271b0d4dba70decee73e1c125e.tar.bz2 | |
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
Diffstat (limited to 'llvm/lib/Analysis/LoopInfo.cpp')
| -rw-r--r-- | llvm/lib/Analysis/LoopInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LoopInfo.cpp b/llvm/lib/Analysis/LoopInfo.cpp index 275331b..de6480a6 100644 --- a/llvm/lib/Analysis/LoopInfo.cpp +++ b/llvm/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 |
