Remove the trayed debug_gimple_stmt

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

From-SVN: r198457
This commit is contained in:
H.J. Lu 2013-04-30 15:53:03 +00:00 committed by H.J. Lu
parent 3551257c5d
commit f91674c330
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -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