Optimizer - Began working on constant folding

This commit is contained in:
Emmanuel BENOîT 2017-12-01 07:30:03 +01:00
parent 59b23de5ed
commit 0175bed077
4 changed files with 218 additions and 2 deletions

View file

@ -34,6 +34,7 @@ COMMON = \
\
c-ops.cc \
c-opast.cc \
c-opopt.cc \
c-opparser.cc \
c-opcomp.cc \
c-opmgr.cc \