summaryrefslogtreecommitdiff
path: root/src/irtools.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/irtools.cc')
-rw-r--r--src/irtools.cc2
1 files changed, 1 insertions, 1 deletions
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<std::vector<DependenceVector>,