mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40025 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
31ad75329e
commit
24857a3fac
@ -413,9 +413,9 @@ static inline void RemapInstruction(Instruction *I,
|
||||
// immediate dominator from the map. Otherwise Orig block's dominator is also
|
||||
// NewBB's dominator.
|
||||
//
|
||||
// OrigPreheader is loop pre-header before this patch started
|
||||
// OrigPreheader is loop pre-header before this pass started
|
||||
// updating CFG. NewPrehader is loops new pre-header. However, after CFG
|
||||
// manipulation, loop L may not exist. So rely in input parameter NewPreheader.
|
||||
// manipulation, loop L may not exist. So rely on input parameter NewPreheader.
|
||||
void CloneDomInfo(BasicBlock *NewBB, BasicBlock *Orig,
|
||||
BasicBlock *NewPreheader, BasicBlock *OrigPreheader,
|
||||
BasicBlock *OrigHeader,
|
||||
|
Loading…
Reference in New Issue
Block a user