diff options
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. |