diff options
| author | Dan Gohman <gohman@apple.com> | 2008-07-11 22:51:32 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-07-11 22:51:32 +0000 |
| commit | 0e52a0c89ebfdfa7d7d411b74faa4a79bf204506 (patch) | |
| tree | d7e92571633140ed5ab5e0afe9cda3d811911461 /llvm/lib | |
| parent | dfc7b3d3296a6d80f22076a429d39e08ec082c51 (diff) | |
| download | bcm5719-llvm-0e52a0c89ebfdfa7d7d411b74faa4a79bf204506.tar.gz bcm5719-llvm-0e52a0c89ebfdfa7d7d411b74faa4a79bf204506.zip | |
Fix spelling of "hierarchy" in comments.
llvm-svn: 53489
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Analysis/LoopPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LoopPass.cpp b/llvm/lib/Analysis/LoopPass.cpp index 4cbafab7b07..460a1b04f70 100644 --- a/llvm/lib/Analysis/LoopPass.cpp +++ b/llvm/lib/Analysis/LoopPass.cpp @@ -32,7 +32,7 @@ LPPassManager::LPPassManager(int Depth) CurrentLoop = NULL; } -/// Delete loop from the loop queue and loop hierarcy (LoopInfo). +/// Delete loop from the loop queue and loop hierarchy (LoopInfo). void LPPassManager::deleteLoopFromQueue(Loop *L) { if (Loop *ParentLoop = L->getParentLoop()) { // Not a top-level loop. |

