================
@@ -2546,6 +2510,7 @@ void AArch64AsmPrinter::emitInstruction(const 
MachineInstr *MI) {
     TLSDescCall.setOpcode(AArch64::TLSDESCCALL);
     TLSDescCall.addOperand(Sym);
     EmitToStreamer(*OutStreamer, TLSDescCall);
+    --InstsEmitted; // no code emitted
----------------
davemgreen wrote:

Will this need #ifndef NDEBUG?

https://github.com/llvm/llvm-project/pull/110108
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to