Fix typo.

llvm-svn: 60111
This commit is contained in:
Devang Patel 2008-11-26 18:13:11 +00:00
parent fc371c6c1d
commit 1e916900ba
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ public:
// Delete loop from the loop queue and loop nest (LoopInfo). // Delete loop from the loop queue and loop nest (LoopInfo).
void deleteLoopFromQueue(Loop *L); void deleteLoopFromQueue(Loop *L);
// Inset loop into the loop nest(LoopInfo) and loop queue(LQ). // Insert loop into the loop nest(LoopInfo) and loop queue(LQ).
void insertLoop(Loop *L, Loop *ParentLoop); void insertLoop(Loop *L, Loop *ParentLoop);
// Reoptimize this loop. LPPassManager will re-insert this loop into the // Reoptimize this loop. LPPassManager will re-insert this loop into the