diff options
| author | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-07 18:43:39 -0600 | 
|---|---|---|
| committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-07 18:43:39 -0600 | 
| commit | 7bbd1a207f65428283471f1cc956f3fda43fbe3e (patch) | |
| tree | f8febd1c59ad6aa5f071aa8644a4961b163cfb77 /include/chillAST/chillASTs.hh | |
| parent | 79866eaaf708759db9458e60bb4ea51799608f2e (diff) | |
| download | chill-7bbd1a207f65428283471f1cc956f3fda43fbe3e.tar.gz chill-7bbd1a207f65428283471f1cc956f3fda43fbe3e.tar.bz2 chill-7bbd1a207f65428283471f1cc956f3fda43fbe3e.zip | |
fixes
Diffstat (limited to 'include/chillAST/chillASTs.hh')
| -rw-r--r-- | include/chillAST/chillASTs.hh | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/chillAST/chillASTs.hh b/include/chillAST/chillASTs.hh index 93b4420..f49cf6f 100644 --- a/include/chillAST/chillASTs.hh +++ b/include/chillAST/chillASTs.hh @@ -916,6 +916,8 @@ public:    // required methods that I can't seem to get to inherit    chillAST_Node *clone(); +  chillAST_Node* constantFold(); +    //void replaceVarDecls( chillAST_VarDecl *olddecl, chillAST_VarDecl *newdecl);    bool findLoopIndexesToReplace(chillAST_SymbolTable *symtab,                                  bool forcesync = false) { return false; }; // no loops under here | 
