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/CodeGen/AsmPrinter/AsmPrinter.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/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index bf83f841294..43e8990a9da 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp @@ -1012,7 +1012,7 @@ void AsmPrinter::EmitJumpTableInfo() { } } - // On some targets (e.g. Darwin) we want to emit two consequtive labels + // On some targets (e.g. Darwin) we want to emit two consecutive labels // before each jump table. The first label is never referenced, but tells // the assembler and linker the extents of the jump table object. The // second label is actually referenced by the code. |