mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
one more added assert.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75088 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
39f56b6d16
commit
7c10e0e26c
@ -405,8 +405,10 @@ void X86ATTAsmPrinter::print_pcrel_imm(const MachineInstr *MI, unsigned OpNo) {
|
||||
O << ']';
|
||||
}
|
||||
|
||||
if (shouldPrintPLT(TM, Subtarget))
|
||||
if (shouldPrintPLT(TM, Subtarget)) {
|
||||
O << "@PLT";
|
||||
assert(MO.getTargetFlags() == 0);
|
||||
}
|
||||
|
||||
if (needCloseParen)
|
||||
O << ')';
|
||||
|
Loading…
x
Reference in New Issue
Block a user