[PATCH] [4/n] Fix minor SSA_NAME leaks
authorJeff Law <law@gcc.gnu.org>
Thu, 8 Oct 2015 23:18:03 +0000 (17:18 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 8 Oct 2015 23:18:03 +0000 (17:18 -0600)
* tree-ssa-loop-im.c (rewrite_bittest): Add missing call to
release_defs.

From-SVN: r228626

gcc/ChangeLog

index 31e2f3000c01c8453082da2ff74c1a04ab751d97..2c760ee244741c0fe5588416b6c902296929f6e0 100644 (file)
@@ -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.