From 7bbd1a207f65428283471f1cc956f3fda43fbe3e Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Fri, 7 Oct 2016 18:43:39 -0600 Subject: fixes --- src/irtools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/irtools.cc') diff --git a/src/irtools.cc b/src/irtools.cc index abe6c43..784f6e4 100644 --- a/src/irtools.cc +++ b/src/irtools.cc @@ -376,7 +376,7 @@ test_data_dependences(IR_Code *ir, fprintf(stderr, "\nirtools.cc ij %d %d SYMBOL A == SYMBOL B and one is a write\n", i, j); Relation *helper = new Relation(r); fprintf(stderr, "r "); - helper->print(); + helper->print(stderr); fflush(stdout); CHILL_DEBUG_END std::pair, -- cgit v1.2.3-70-g09d2