diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-22 12:11:16 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-22 12:11:16 -0600 |
commit | f27e01a039195c379fd6716c4870858789941365 (patch) | |
tree | 86aeeae55bb324400e4e24ab5bab18a80ff6db94 /include/ir_code.hh | |
parent | efda1444166c8d4f8dd7d7b085868f1596b3b9fb (diff) | |
download | chill-f27e01a039195c379fd6716c4870858789941365.tar.gz chill-f27e01a039195c379fd6716c4870858789941365.tar.bz2 chill-f27e01a039195c379fd6716c4870858789941365.zip |
new debug interface
Diffstat (limited to 'include/ir_code.hh')
-rw-r--r-- | include/ir_code.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ir_code.hh b/include/ir_code.hh index 850bcc3..f52d147 100644 --- a/include/ir_code.hh +++ b/include/ir_code.hh @@ -248,6 +248,7 @@ struct IR_While: public IR_Control { // Abstract class for compiler IR. +// TODO made a lot of definition to pass instantiation for IR_clangCode class IR_Code { protected: // the only data members in IR_Code are Omega classes |