mirror of
https://github.com/danog/ir.git
synced 2025-01-22 05:31:32 +01:00
Fix typo
This commit is contained in:
parent
50b3a7df35
commit
ba56eb5497
2
ir_gcm.c
2
ir_gcm.c
@ -42,7 +42,7 @@ 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 sepend on other nodes
|
||||
/* 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
|
||||
* first block.
|
||||
|
Loading…
x
Reference in New Issue
Block a user