Skip to content

Commit a6df50b

Browse files
committed
Fix comment
1 parent 9ea8cdd commit a6df50b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2735,7 +2735,6 @@ void AArch64AsmPrinter::emitInstruction(const MachineInstr *MI) {
27352735
/// adrp x0, :tlsdesc_auth:var
27362736
/// ldr x16, [x0, #:tlsdesc_auth_lo12:var]
27372737
/// add x0, x0, #:tlsdesc_auth_lo12:var
2738-
/// .tlsdesccall var
27392738
/// blraa x16, x0
27402739
/// (TPIDR_EL0 offset now in x0)
27412740
const MachineOperand &MO_Sym = MI->getOperand(0);

0 commit comments

Comments
 (0)