diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-09 21:54:45 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2003-09-09 21:54:45 +0000 |
commit | dfa5f83c8ea9fa577c5a42407c3fd8b6c789a6dd (patch) | |
tree | fdab9ba431d8cbde2b67e63fbac1542242425a63 /lib/Transforms/Utils/LoopSimplify.cpp | |
parent | 410d1b5dea31e457c5c5b88e019874789c251aee (diff) |
Spell `occurrence' correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8425 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/LoopSimplify.cpp')
-rw-r--r-- | lib/Transforms/Utils/LoopSimplify.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Transforms/Utils/LoopSimplify.cpp b/lib/Transforms/Utils/LoopSimplify.cpp index 4947392910..0b45147172 100644 --- a/lib/Transforms/Utils/LoopSimplify.cpp +++ b/lib/Transforms/Utils/LoopSimplify.cpp @@ -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. |