summaryrefslogtreecommitdiff
path: root/src/irtools.cc
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-10-02 14:10:10 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-10-02 14:10:10 -0600
commitd2176835fc6e497a6c3e19b4630745c3911bde2c (patch)
treead4b207876c32f80dc62ccce47cf99458d8a2e5e /src/irtools.cc
parentdb3ff28ba74ff76aaac9e73d1b208e17992864cb (diff)
downloadchill-d2176835fc6e497a6c3e19b4630745c3911bde2c.tar.gz
chill-d2176835fc6e497a6c3e19b4630745c3911bde2c.tar.bz2
chill-d2176835fc6e497a6c3e19b4630745c3911bde2c.zip
fixes
Diffstat (limited to 'src/irtools.cc')
-rw-r--r--src/irtools.cc1
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);
}