Files
MXCompiler/include/opt/opt.h
2024-10-24 06:44:04 +00:00

6 lines
123 B
C

#include "cfg.h"
#include "gen.h"
#include "global_var_cache.h"
#include "mem2reg.h"
#include "regalloc.h"
#include "dce.h"