]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/mode-switching.c
lcm.c: Move all mode-switching related functions from here...
authorSteven Bosscher <steven@gcc.gnu.org>
Sat, 4 Jun 2005 17:07:57 +0000 (17:07 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sat, 4 Jun 2005 17:07:57 +0000 (17:07 +0000)
commit610d24786dd3e1f9d828b94def29961e7da987cc
tree60b6a1a40cafd587e8f0365563226295e3d92044
parent4736115ed43eb30601d7860298a82251077c2cf3
lcm.c: Move all mode-switching related functions from here...

* lcm.c: Move all mode-switching related functions from here...
* mode-switching.c: ...to this new file.
* doc/passes.texi: Update accordingly.

* basic-block.h (label_value_list): Remove extern decl.
* cfgrtl.c (label_value_list): Remove.
(can_delete_label_p): Don't look at it.
* cfgcleanup.c (cleanup_cfg): Don't free it.

* common.opt: Don't refer to non-existing flag_alias_check.

From-SVN: r100591
gcc/ChangeLog
gcc/Makefile.in
gcc/basic-block.h
gcc/cfgcleanup.c
gcc/cfgrtl.c
gcc/common.opt
gcc/doc/passes.texi
gcc/lcm.c
gcc/mode-switching.c [new file with mode: 0644]