diff options
author | Duncan Sands <baldrick@free.fr> | 2011-02-15 09:23:02 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2011-02-15 09:23:02 +0000 |
commit | 75b5d27b84fd062aaa7ee81667c2b579981c107c (patch) | |
tree | 584ff280855b7f364f34c84c5611c233e0ea894a /llvm/lib/Target/ARM/ARMConstantIslandPass.cpp | |
parent | e3dc1707b530dd264417390f1510c99c166eb103 (diff) | |
download | bcm5719-llvm-75b5d27b84fd062aaa7ee81667c2b579981c107c.tar.gz bcm5719-llvm-75b5d27b84fd062aaa7ee81667c2b579981c107c.zip |
Spelling fix: consequtive -> consecutive.
llvm-svn: 125563
Diffstat (limited to 'llvm/lib/Target/ARM/ARMConstantIslandPass.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMConstantIslandPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp index 934daba5523..13d1b33d116 100644 --- a/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp +++ b/llvm/lib/Target/ARM/ARMConstantIslandPass.cpp @@ -699,7 +699,7 @@ static bool CompareMBBNumbers(const MachineBasicBlock *LHS, /// machine function, it upsets all of the block numbers. Renumber the blocks /// and update the arrays that parallel this numbering. void ARMConstantIslands::UpdateForInsertedWaterBlock(MachineBasicBlock *NewBB) { - // Renumber the MBB's to keep them consequtive. + // Renumber the MBB's to keep them consecutive. NewBB->getParent()->RenumberBlocks(NewBB); // Insert a size into BBSizes to align it properly with the (newly |