re PR other/55358 (Valgrind errors)

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

From-SVN: r193900
This commit is contained in:
Markus Trippelsdorf 2012-11-28 16:49:35 +00:00 committed by Jakub Jelinek
parent 8b94f596b5
commit 77e21230ea
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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>
* config/epiphany/predicates.md (move_double_src_operand):

View File

@ -2869,8 +2869,6 @@ dse_step1 (void)
INSN_UID (s_info->redundant_reason->insn));
delete_dead_store_insn (ptr);
}
if (s_info)
s_info->redundant_reason = NULL;
free_store_info (ptr);
}
else