Hide debug printing for LLVM's ASM IR

This commit is contained in:
gingerBill
2026-08-13 01:21:38 +01:00
parent 3453643c11
commit 4f82bed1f7

View File

@@ -491,7 +491,7 @@ struct lbAsmGenerate_amd64 : lbAsmGenerate {
LLVMValueRef call = LLVMBuildCall2(p->builder, fn_ty, ia, call_args.data, cast(unsigned)call_args.count, "");
if (true) {
if (false) {
// DEBUG PRINT!!!
// DEBUG PRINT!!!
// DEBUG PRINT!!!