From 337405fddcd48e5fbdb5a1fd35f6e7c3fa387023 Mon Sep 17 00:00:00 2001 From: Steven Bosscher Date: Sat, 2 Nov 2013 00:26:48 +0000 Subject: 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 --- gcc/common/config/m32r/m32r-common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/common/config/m32r/m32r-common.c') 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 } }; -- cgit v1.1