Update IR

IR commit: 5be6dd81f19f85bc06085617e7231f8699d7f9b0
This commit is contained in:
Dmitry Stogov 2024-06-10 11:49:08 +03:00
parent bca0c08408
commit 6c9d443a21
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@
#define DASM_M_FREE(ctx, p, sz) ir_mem_free(p)
#if IR_DEBUG
#ifdef IR_DEBUG
# define DASM_CHECKS
#endif

View file

@ -2771,7 +2771,7 @@ static void ir_merge_to_unhandled(ir_live_interval **unhandled, ir_live_interval
ival = ival->next;
}
}
#if IR_DEBUG
#ifdef IR_DEBUG
ival = *unhandled;
pos = 0;