diff options
| author | Ali Tamur <tamur@google.com> | 2019-04-18 02:39:37 +0000 |
|---|---|---|
| committer | Ali Tamur <tamur@google.com> | 2019-04-18 02:39:37 +0000 |
| commit | 6263365b082d7e03988a45c113aa3099cabac5de (patch) | |
| tree | 2d2cd43a44cf2502d2fd104cd9b103b58a9e924a /llvm/lib/CodeGen | |
| parent | 14ef9b30b6833358bc8adceec9231121fe17c1a3 (diff) | |
| download | bcm5719-llvm-6263365b082d7e03988a45c113aa3099cabac5de.tar.gz bcm5719-llvm-6263365b082d7e03988a45c113aa3099cabac5de.zip | |
Fix a typo in comments. [NFC]
llvm-svn: 358639
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp index 60be9451f4b..b092704f3cb 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp @@ -425,7 +425,7 @@ static void EmitGCCInlineAsmStr(const char *AsmStr, const MachineInstr *MI, unsigned OpFlags = MI->getOperand(OpNo).getImm(); ++OpNo; // Skip over the ID number. - // FIXME: Shouldn't arch-independant output template handling go into + // FIXME: Shouldn't arch-independent output template handling go into // PrintAsmOperand? if (Modifier[0] == 'l') { // Labels are target independent. if (MI->getOperand(OpNo).isBlockAddress()) { |

