write DCE

This commit is contained in:
2024-10-24 06:44:04 +00:00
parent 8e4e133fa0
commit 86a835c6ef
6 changed files with 135 additions and 2 deletions

View File

@ -2,4 +2,5 @@
#include "gen.h"
#include "global_var_cache.h"
#include "mem2reg.h"
#include "regalloc.h"
#include "regalloc.h"
#include "dce.h"