aboutsummaryrefslogtreecommitdiff
path: root/utils/TypePrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TypePrinter.h')
-rw-r--r--utils/TypePrinter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TypePrinter.h b/utils/TypePrinter.h
index 64694f0e7c..30ba667b95 100644
--- a/utils/TypePrinter.h
+++ b/utils/TypePrinter.h
@@ -193,7 +193,7 @@ inline ::std::ostream &operator<<(::std::ostream &os, const experimental::IPostO
{
os << "<";
os << post_op.type() << ",";
- os << "prev_op_arg_pos=" << post_op.prev_dst_pos() << ",";
+ os << "prev_dst_pos=" << post_op.prev_dst_pos() << ",";
switch(post_op.type())
{
case experimental::PostOpType::Activation: