mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-10 08:40:41 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60111 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
07213cb4b7
commit
da278753c4
@ -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…
x
Reference in New Issue
Block a user