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 | e6acf36dca9864c6ead9113f0322f174469810cc (patch) | |
tree | 19289307c94c012623c31962436b3dcfe277996b /lib/Analysis/LoopPass.cpp | |
parent | e4f1a7e8ffbfe48e2c0b9180d8aaef3f64e532ed (diff) |
Fix spelling of "hierarchy" in comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53489 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/LoopPass.cpp')
-rw-r--r-- | lib/Analysis/LoopPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/LoopPass.cpp b/lib/Analysis/LoopPass.cpp index 4cbafab7b0..460a1b04f7 100644 --- a/lib/Analysis/LoopPass.cpp +++ b/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. |