Files
MXCompiler/include/opt/opt.h
2024-10-29 15:25:15 +00:00

7 lines
145 B
C

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