Skip to content

Commit

Permalink
remove something
Browse files Browse the repository at this point in the history
  • Loading branch information
DevelLightStudio committed Jun 8, 2024
1 parent 0537e2d commit f149af8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ir/transform/regalloc.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#include "../ir.h"

void vx_IrBlock_regalloc(vx_IrBlock * block) {
for (size_t i = 0; i < block->as_root.vars_len; i ++) {
lifetime l = block->as_root.vars[i].ll_lifetime;
if (l.first == NULL)
continue;

0 comments on commit f149af8

Please sign in to comment.