diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-02 14:10:10 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-10-02 14:10:10 -0600 |
commit | d2176835fc6e497a6c3e19b4630745c3911bde2c (patch) | |
tree | ad4b207876c32f80dc62ccce47cf99458d8a2e5e /include/loop.hh | |
parent | db3ff28ba74ff76aaac9e73d1b208e17992864cb (diff) | |
download | chill-d2176835fc6e497a6c3e19b4630745c3911bde2c.tar.gz chill-d2176835fc6e497a6c3e19b4630745c3911bde2c.tar.bz2 chill-d2176835fc6e497a6c3e19b4630745c3911bde2c.zip |
fixes
Diffstat (limited to 'include/loop.hh')
-rw-r--r-- | include/loop.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/loop.hh b/include/loop.hh index 5af9975..554b005 100644 --- a/include/loop.hh +++ b/include/loop.hh @@ -117,12 +117,12 @@ public: Loop(const IR_Control *control); ~Loop(); - omega::CG_outputRepr *getCode(int effort = 3) const; // TODO was 1 + omega::CG_outputRepr *getCode(int effort = 1) const; // TODO was 1 //chillAST_Node* getCode(int effort, std::set<int> stmts) const; void stencilASEPadded(int stmt_num); - void printCode(int effort = 3) const; + void printCode(int effort = 1) const; void addKnown(const omega::Relation &cond); void print_internal_loop_structure() const; bool isInitialized() const; |