diff options
Diffstat (limited to 'include/irtools.hh')
-rw-r--r-- | include/irtools.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/irtools.hh b/include/irtools.hh index d85b76b..a743fa5 100644 --- a/include/irtools.hh +++ b/include/irtools.hh @@ -47,7 +47,6 @@ typedef std::map<int, std::pair<std::vector<DependenceVector>, std::vector<Depen typedef std::pair<std::vector<DependenceVector>, std::vector<DependenceVector> > DVPair; // Manu:: this function is required for reduction operation -//omega::CG_outputRepr * from_same_statement(IR_Code *ir, IR_ArrayRef *a, IR_ArrayRef *b); bool from_same_statement(IR_Code *ir, IR_ArrayRef *a, IR_ArrayRef *b); int stmtType(IR_Code *ir, const omega::CG_outputRepr *repr); IR_OPERATION_TYPE getReductionOperator(IR_Code *ir, const omega::CG_outputRepr *repr); |