diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-23 16:30:09 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-23 16:30:09 -0600 |
commit | 2f96d12dd05213276875d56fec361ff99ec9bd76 (patch) | |
tree | bd3a03c166198f75d529994b35870caf59be58da /include/loop.hh | |
parent | 699861922d5349ffa98b518f34016b2be2ca368d (diff) | |
download | chill-2f96d12dd05213276875d56fec361ff99ec9bd76.tar.gz chill-2f96d12dd05213276875d56fec361ff99ec9bd76.tar.bz2 chill-2f96d12dd05213276875d56fec361ff99ec9bd76.zip |
staging
Diffstat (limited to 'include/loop.hh')
-rw-r--r-- | include/loop.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/loop.hh b/include/loop.hh index 72295b6..5af9975 100644 --- a/include/loop.hh +++ b/include/loop.hh @@ -118,7 +118,7 @@ public: ~Loop(); omega::CG_outputRepr *getCode(int effort = 3) const; // TODO was 1 - //chillAST_node* getCode(int effort, std::set<int> stmts) const; + //chillAST_Node* getCode(int effort, std::set<int> stmts) const; void stencilASEPadded(int stmt_num); |