diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2013-11-02 00:26:48 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2013-11-02 00:26:48 +0000 |
commit | 337405fddcd48e5fbdb5a1fd35f6e7c3fa387023 (patch) | |
tree | 957ebd616ecadebe8567404b9bab31d993ffe3e2 /gcc/common/config | |
parent | 98e43317975a7f0f8da2335e4c39ecc685ae7658 (diff) | |
download | gcc-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/common/config')
-rw-r--r-- | gcc/common/config/m32r/m32r-common.c | 1 | ||||
-rw-r--r-- | gcc/common/config/mmix/mmix-common.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gcc/common/config/m32r/m32r-common.c b/gcc/common/config/m32r/m32r-common.c index 1a0df40..f8df5a8 100644 --- a/gcc/common/config/m32r/m32r-common.c +++ b/gcc/common/config/m32r/m32r-common.c @@ -29,7 +29,6 @@ static const struct default_options m32r_option_optimization_table[] = { { OPT_LEVELS_1_PLUS, OPT_fomit_frame_pointer, NULL, 1 }, - { OPT_LEVELS_1_PLUS, OPT_fregmove, NULL, 1 }, { OPT_LEVELS_NONE, 0, NULL, 0 } }; diff --git a/gcc/common/config/mmix/mmix-common.c b/gcc/common/config/mmix/mmix-common.c index ebc8948..54acb4d 100644 --- a/gcc/common/config/mmix/mmix-common.c +++ b/gcc/common/config/mmix/mmix-common.c @@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see static const struct default_options mmix_option_optimization_table[] = { - { OPT_LEVELS_1_PLUS, OPT_fregmove, NULL, 1 }, { OPT_LEVELS_2_PLUS, OPT_fomit_frame_pointer, NULL, 1 }, { OPT_LEVELS_NONE, 0, NULL, 0 } }; |