1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Update IR

IR commit: 5be6dd81f19f85bc06085617e7231f8699d7f9b0
This commit is contained in:
Dmitry Stogov
2024-06-10 11:49:08 +03:00
parent bca0c08408
commit 6c9d443a21
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;