Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jul 6, 2023
1 parent f6cf914 commit 59dbef0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions ir_gcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,10 @@ static void ir_gcm_schedule_early(ir_ctx *ctx, uint32_t *_blocks, ir_ref ref, ir
}
}
if (UNEXPECTED(reschedule_late)) {
/* Floating nodes that doesn't depend on other nodes
* (e.g. only on constants), has to be scheduled to the
* last common ancestor. Otherwise they always goes to the
/* Floating nodes that don't depend on other nodes
* (e.g. only on constants), have to be scheduled to the
* last common ancestor. Otherwise they always go to the
* first block.
*
* TODO:
* It's possible to reuse ir_gcm_schedule_late() and move
* these nodes out of the loops, but then we mgiht need
* to rematerialize them at proper place(s).
*/
ir_list_push_unchecked(queue_rest, ref);
}
Expand Down

0 comments on commit 59dbef0

Please sign in to comment.