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/value-prof.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/value-prof.c') 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