mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-14 14:24:05 +00:00
Spell `occurrence' correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8425 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -276,7 +276,7 @@ void Preheaders::InsertPreheaderForLoop(Loop *L) {
|
||||
DF->addBasicBlock(NewBB, NewDFSet);
|
||||
|
||||
// Now we must loop over all of the dominance frontiers in the function,
|
||||
// replacing occurances of Header with NewBB in some cases. If a block
|
||||
// replacing occurrences of Header with NewBB in some cases. If a block
|
||||
// dominates a (now) predecessor of NewBB, but did not strictly dominate
|
||||
// Header, it will have Header in it's DF set, but should now have NewBB in
|
||||
// its set.
|
||||
@ -385,7 +385,7 @@ void Preheaders::RewriteLoopExitBlock(Loop *L, BasicBlock *Exit) {
|
||||
DF->addBasicBlock(NewBB, NewDFSet);
|
||||
|
||||
// Now we must loop over all of the dominance frontiers in the function,
|
||||
// replacing occurances of Exit with NewBB in some cases. If a block
|
||||
// replacing occurrences of Exit with NewBB in some cases. If a block
|
||||
// dominates a (now) predecessor of NewBB, but did not strictly dominate
|
||||
// Exit, it will have Exit in it's DF set, but should now have NewBB in its
|
||||
// set.
|
||||
|
Reference in New Issue
Block a user