]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused variable.
authorSteven Bosscher <steven@gcc.gnu.org>
Fri, 5 Apr 2013 19:23:17 +0000 (19:23 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Fri, 5 Apr 2013 19:23:17 +0000 (19:23 +0000)
commit7bca81dc6a2606caeb675fb74afdad5f2a86d44a
treecc55e3c8d03e775e0ae127a1d61cb22dd0973f7f
parent4542a38a21fea54d28d2d2b34ef8e12ebb7ca415
bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused variable.

* bb-reorder.c (fix_crossing_unconditional_branches): Remove a
set-but-unused variable.

* cgraph.c (cgraph_release_function_body): Clear cfun->cfg to make
basic blocks of released function bodies garbage-collectable.

* ree.c (find_and_remove_re): Do not call df_finish_pass here.
(struct rtl_opt_pass): Add TODO_df_finish.

* rtl.def (DEFINE_SUBST, DEFINE_SUBST_ATTR): Add documentation.

From-SVN: r197533
gcc/ChangeLog
gcc/bb-reorder.c
gcc/cgraph.c
gcc/ree.c
gcc/rtl.def