We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea8cdd commit a6df50bCopy full SHA for a6df50b
llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
@@ -2735,7 +2735,6 @@ void AArch64AsmPrinter::emitInstruction(const MachineInstr *MI) {
2735
/// adrp x0, :tlsdesc_auth:var
2736
/// ldr x16, [x0, #:tlsdesc_auth_lo12:var]
2737
/// add x0, x0, #:tlsdesc_auth_lo12:var
2738
- /// .tlsdesccall var
2739
/// blraa x16, x0
2740
/// (TPIDR_EL0 offset now in x0)
2741
const MachineOperand &MO_Sym = MI->getOperand(0);
0 commit comments