From f91674c330f6b8708de246bef2eb6ae3e153426b Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 30 Apr 2013 15:53:03 +0000 Subject: Remove the trayed debug_gimple_stmt * value-prof.c (stream_in_histogram_value): Remove the trayed debug_gimple_stmt. From-SVN: r198457 --- gcc/ChangeLog | 5 +++++ gcc/value-prof.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 02b77f9..86b524c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-04-30 H.J. Lu + + * value-prof.c (stream_in_histogram_value): Remove the trayed + debug_gimple_stmt. + 2013-04-30 Richard Biener PR middle-end/57122 diff --git a/gcc/value-prof.c b/gcc/value-prof.c index 3348d7f..b665b1c 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -416,7 +416,6 @@ stream_in_histogram_value (struct lto_input_block *ib, gimple stmt) new_val->n_counters = ncounters; for (i = 0; i < ncounters; i++) new_val->hvalue.counters[i] = streamer_read_gcov_count (ib); - debug_gimple_stmt (stmt); if (!next_p) gimple_add_histogram_value (cfun, stmt, new_val); else -- cgit v1.1