aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-pretty-print.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple-pretty-print.cc')
-rw-r--r--gcc/gimple-pretty-print.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple-pretty-print.cc b/gcc/gimple-pretty-print.cc
index 08b823c..01d7c9f 100644
--- a/gcc/gimple-pretty-print.cc
+++ b/gcc/gimple-pretty-print.cc
@@ -3076,7 +3076,7 @@ gimple_dump_bb_buff (pretty_printer *pp, basic_block bb, int indent,
pp_newline_and_flush (pp);
gcc_checking_assert (DECL_STRUCT_FUNCTION (current_function_decl));
dump_histograms_for_stmt (DECL_STRUCT_FUNCTION (current_function_decl),
- pp_buffer (pp)->stream, stmt);
+ pp_buffer (pp)->m_stream, stmt);
}
dump_implicit_edges (pp, bb, indent, flags);