Remove the trayed debug_gimple_stmt
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Apr 2013 15:53:03 +0000 (15:53 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 30 Apr 2013 15:53:03 +0000 (15:53 +0000)
* value-prof.c (stream_in_histogram_value): Remove the trayed
debug_gimple_stmt.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@198457 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/value-prof.c

index 02b77f9..86b524c 100644 (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
index 3348d7f..b665b1c 100644 (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