diff options
Diffstat (limited to 'src/irtools.cc')
-rw-r--r-- | src/irtools.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/irtools.cc b/src/irtools.cc index 68c9eac..55ef57f 100644 --- a/src/irtools.cc +++ b/src/irtools.cc @@ -536,7 +536,6 @@ test_data_dependences(IR_Code *ir, //Manu:: This function tests if two references are from the same statement -//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) { return ir->FromSameStmt(a, b); } |