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:
@@ -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
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user