mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Update IR
IR commit: 5be6dd81f19f85bc06085617e7231f8699d7f9b0
This commit is contained in:
parent
bca0c08408
commit
6c9d443a21
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
#define DASM_M_FREE(ctx, p, sz) ir_mem_free(p)
|
#define DASM_M_FREE(ctx, p, sz) ir_mem_free(p)
|
||||||
|
|
||||||
#if IR_DEBUG
|
#ifdef IR_DEBUG
|
||||||
# define DASM_CHECKS
|
# define DASM_CHECKS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -2771,7 +2771,7 @@ static void ir_merge_to_unhandled(ir_live_interval **unhandled, ir_live_interval
|
||||||
ival = ival->next;
|
ival = ival->next;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#if IR_DEBUG
|
#ifdef IR_DEBUG
|
||||||
ival = *unhandled;
|
ival = *unhandled;
|
||||||
pos = 0;
|
pos = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue