diff options
Diffstat (limited to 'src/transformations')
| -rw-r--r-- | src/transformations/loop.cc | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transformations/loop.cc b/src/transformations/loop.cc index 026794f..409ece9 100644 --- a/src/transformations/loop.cc +++ b/src/transformations/loop.cc @@ -1058,8 +1058,7 @@ CG_outputRepr *Loop::getCode(int effort) const {        xforms[i] = stmt[i].xform;      } -    debugRelations(); - +    //debugRelations();      Relation known = Extend_Set(copy(this->known), n - this->known.n_set());  | 
