diff mbox

[4/n] Fix minor SSA_NAME leaks

Message ID 5616F9C2.1000105@redhat.com
State New
Headers show

Commit Message

Jeff Law Oct. 8, 2015, 11:18 p.m. UTC
Another, this time in tree-ssa-loop-im.  In this case it's just a 
missing release_defs for a statement we know won't have virtual operands.

As with the others, I've got a reduced testcase and will be trying to 
figure out how to best utilize it.

Bootstrapped & regression tested on x86_64-linux-gnu.  Installed on the 
trunk.

Jeff
commit d2bd5c817c877bf2ad4d3a5fbef4c7985e2cad39
Author: Jeff Law <law@redhat.com>
Date:   Thu Oct 8 17:17:29 2015 -0600

    [PATCH] [4/n] Fix minor SSA_NAME leaks
    
    	* tree-ssa-loop-im.c (rewrite_bittest): Add missing call to
    	release_defs.
diff mbox

Patch

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 31e2f30..2c760ee 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@ 
 2015-10-08  Jeff Law  <law@redhat.com>
 
+	* tree-ssa-loop-im.c (rewrite_bittest): Add missing call to
+	release_defs.
+
 	* tree-stdarg.c (expand_ifn_va_arg_1): Add missing call to
 	unlink_stmt_vdef and release_ssa_name_fn.