aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcse.c
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2013-11-02 00:26:48 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2013-11-02 00:26:48 +0000
commit337405fddcd48e5fbdb5a1fd35f6e7c3fa387023 (patch)
tree957ebd616ecadebe8567404b9bab31d993ffe3e2 /gcc/gcse.c
parent98e43317975a7f0f8da2335e4c39ecc685ae7658 (diff)
downloadgcc-337405fddcd48e5fbdb5a1fd35f6e7c3fa387023.zip
gcc-337405fddcd48e5fbdb5a1fd35f6e7c3fa387023.tar.gz
gcc-337405fddcd48e5fbdb5a1fd35f6e7c3fa387023.tar.bz2
gcse.c (pre_delete): Remove references to regmove from comments.
* gcse.c (pre_delete): Remove references to regmove from comments. * recog.c: (validate_replace_rtx_1): Likewise. * config/rl78/rl78.c: Likewise. * config/v850/v850.h: Likewise, and remove unused ENABLE_REGMOVE_PASS. * common/config/m32r/m32r-common.c: Don't manipulate OPT_fregmove. * common/config/mmix/mmix-common.c: Likewise. From-SVN: r204309
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r--gcc/gcse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c
index bb9ba15..571e878 100644
--- a/gcc/gcse.c
+++ b/gcc/gcse.c
@@ -2535,7 +2535,7 @@ gcse_emit_move_after (rtx dest, rtx src, rtx insn)
/* Delete redundant computations.
Deletion is done by changing the insn to copy the `reaching_reg' of
the expression into the result of the SET. It is left to later passes
- (cprop, cse2, flow, combine, regmove) to propagate the copy or eliminate it.
+ to propagate the copy or eliminate it.
Return nonzero if a change is made. */