summaryrefslogtreecommitdiff
path: root/dep.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dep.cc')
-rw-r--r--dep.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep.cc b/dep.cc
index 7bf781a..a675d03 100644
--- a/dep.cc
+++ b/dep.cc
@@ -37,7 +37,7 @@ std::ostream& operator<<(std::ostream &os, const DependenceVector &d) {
switch (d.type) {
case DEP_W2R:
- os << "flow";
+ os << "true";
if (d.is_reduction)
os << "_reduction";
break;