summaryrefslogtreecommitdiff
path: root/include/loop.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/loop.hh')
-rw-r--r--include/loop.hh4
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;