Skip to content

Commit

Permalink
Remove deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Mar 22, 2024
1 parent 1eb3feb commit de8b054
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ir_gcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ static void ir_gcm_schedule_late(ir_ctx *ctx, ir_ref ref, uint32_t b)
b = IR_GCM_EARLY_BLOCK(b);
ctx->cfg_map[ref] = b;

use_list = &ctx->use_lists[ref];
n = 0;

for (n = 0; n < ctx->use_lists[ref].count; n++) {
use = ctx->use_edges[ctx->use_lists[ref].refs + n];
b = ctx->cfg_map[use];
Expand Down

0 comments on commit de8b054

Please sign in to comment.