aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/passes.texi
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2005-06-04 17:07:57 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2005-06-04 17:07:57 +0000
commit610d24786dd3e1f9d828b94def29961e7da987cc (patch)
tree60b6a1a40cafd587e8f0365563226295e3d92044 /gcc/doc/passes.texi
parent4736115ed43eb30601d7860298a82251077c2cf3 (diff)
downloadgcc-610d24786dd3e1f9d828b94def29961e7da987cc.zip
gcc-610d24786dd3e1f9d828b94def29961e7da987cc.tar.gz
gcc-610d24786dd3e1f9d828b94def29961e7da987cc.tar.bz2
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
Diffstat (limited to 'gcc/doc/passes.texi')
-rw-r--r--gcc/doc/passes.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi
index ad6110e..e2fcc7a 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