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