diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-11 17:49:01 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-11 17:49:01 -0600 |
commit | 6e0af6ef491616b430a419b08ae3f2b6137a8881 (patch) | |
tree | 35b23dd6fbbd82d6dda9151efc6aba37cbbf196a /include | |
parent | a78fdbc93fd8919aacf375cc4d40fdd46a9722a0 (diff) | |
download | chill-6e0af6ef491616b430a419b08ae3f2b6137a8881.tar.gz chill-6e0af6ef491616b430a419b08ae3f2b6137a8881.tar.bz2 chill-6e0af6ef491616b430a419b08ae3f2b6137a8881.zip |
fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/chillAST/chillASTs.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/chillAST/chillASTs.hh b/include/chillAST/chillASTs.hh index 4b50479..da4d58f 100644 --- a/include/chillAST/chillASTs.hh +++ b/include/chillAST/chillASTs.hh @@ -1140,6 +1140,7 @@ public: void setSubExpr(chillAST_Node *sub) { setChild(0, sub); } // required methods that I can't seem to get to inherit + chillAST_Node *constantFold(); chillAST_Node *clone(); bool findLoopIndexesToReplace(chillAST_SymbolTable *symtab, |