Commit 77e21230 by Markus Trippelsdorf Committed by Jakub Jelinek

re PR other/55358 (Valgrind errors)

	PR other/55358
	* dse.c (rest_of_handle_dse): Remove superfluous clearing.

From-SVN: r193900
parent 8b94f596
2012-11-28 Markus Trippelsdorf <markus@trippelsdorf.de>
PR other/55358
* dse.c (rest_of_handle_dse): Remove superfluous clearing.
2012-11-28 Joern Rennecke <joern.rennecke@embecosm.com> 2012-11-28 Joern Rennecke <joern.rennecke@embecosm.com>
* config/epiphany/predicates.md (move_double_src_operand): * config/epiphany/predicates.md (move_double_src_operand):
...@@ -2869,8 +2869,6 @@ dse_step1 (void) ...@@ -2869,8 +2869,6 @@ dse_step1 (void)
INSN_UID (s_info->redundant_reason->insn)); INSN_UID (s_info->redundant_reason->insn));
delete_dead_store_insn (ptr); delete_dead_store_insn (ptr);
} }
if (s_info)
s_info->redundant_reason = NULL;
free_store_info (ptr); free_store_info (ptr);
} }
else 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