mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix typo.
llvm-svn: 60111
This commit is contained in:
parent
c18e38d19f
commit
02a25292de
@ -123,7 +123,7 @@ public:
|
||||
// Delete loop from the loop queue and loop nest (LoopInfo).
|
||||
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);
|
||||
|
||||
// Reoptimize this loop. LPPassManager will re-insert this loop into the
|
||||
|
Loading…
Reference in New Issue
Block a user