Commit f91674c3 by H.J. Lu Committed by H.J. Lu

Remove the trayed debug_gimple_stmt

	* value-prof.c (stream_in_histogram_value): Remove the trayed
	debug_gimple_stmt.

From-SVN: r198457
parent 3551257c
2013-04-30 H.J. Lu <hongjiu.lu@intel.com>
* value-prof.c (stream_in_histogram_value): Remove the trayed
debug_gimple_stmt.
2013-04-30 Richard Biener <rguenther@suse.de>
PR middle-end/57122
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment