mirror of
https://github.com/danog/ir.git
synced 2025-01-21 13:11:16 +01:00
ws
This commit is contained in:
parent
5b90420b18
commit
4bb03ab7e3
2
ir_gcm.c
2
ir_gcm.c
@ -503,7 +503,7 @@ int ir_schedule(ir_ctx *ctx)
|
|||||||
_next[i] = _move_down;
|
_next[i] = _move_down;
|
||||||
_move_down = i;
|
_move_down = i;
|
||||||
}
|
}
|
||||||
} else if (b) {
|
} else if (b) {
|
||||||
bb = &ctx->cfg_blocks[b];
|
bb = &ctx->cfg_blocks[b];
|
||||||
IR_ASSERT(i != bb->start);
|
IR_ASSERT(i != bb->start);
|
||||||
if (_prev[bb->end]) {
|
if (_prev[bb->end]) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user