diff options
author | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-04 17:07:57 +0000 |
---|---|---|
committer | steven <steven@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-04 17:07:57 +0000 |
commit | 2f138c1cfbd62fbaa71196fb5e9adb90c297c468 (patch) | |
tree | 60b6a1a40cafd587e8f0365563226295e3d92044 /gcc/doc/passes.texi | |
parent | fb9fa4cf6c97becf39517cb9883e0a434e01e48c (diff) | |
download | gcc-2f138c1cfbd62fbaa71196fb5e9adb90c297c468.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100591 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/passes.texi')
-rw-r--r-- | gcc/doc/passes.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index ad6110e7312..e2fcc7a5d02 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -639,7 +639,8 @@ The pass is located in @file{regmove.c}. This pass looks for instructions that require the processor to be in a specific ``mode'' and minimizes the number of mode changes required to satisfy all users. What these modes are, and what they apply to are -completely target-specific. The source is located in @file{lcm.c}. +completely target-specific. +The source is located in @file{mode-switching.c}. @cindex modulo scheduling @cindex sms, swing, software pipelining |