set up structure for opt

This commit is contained in:
2024-10-17 14:25:21 +00:00
parent cafd3ccdac
commit 84c92dac81
9 changed files with 182 additions and 8 deletions

2
include/opt/opt.h Normal file
View File

@ -0,0 +1,2 @@
#include "mem2reg.h"
#include "cfg.h"