diff options
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 |