Skip to content

Commit

Permalink
TODO REMOVE
Browse files Browse the repository at this point in the history
  • Loading branch information
DevelLightStudio committed May 28, 2024
1 parent 9519d94 commit 54ab8a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ir/opt.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ static void opt_pre(vx_IrBlock *block) {
}

void opt(vx_IrBlock *block) {
// TODO: remove opt() calls from opt pass bodies

for (size_t i = 0; i < block->ops_len; i ++) {
vx_IrOp *op = &block->ops[i];

Expand Down

0 comments on commit 54ab8a1

Please sign in to comment.