Fix a typo in comments. [NFC]

llvm-svn: 358639
This commit is contained in:
Ali Tamur 2019-04-18 02:39:37 +00:00
parent 14ef9b30b6
commit 6263365b08
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {