comparison gcc/common/config/mcore/mcore-common.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Common hooks for Motorola MCore. 1 /* Common hooks for Motorola MCore.
2 Copyright (C) 1993-2017 Free Software Foundation, Inc. 2 Copyright (C) 1993-2018 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it 6 GCC is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License as published 7 under the terms of the GNU General Public License as published
31 Scheduling isn't worth anything on the current MCore implementation. */ 31 Scheduling isn't worth anything on the current MCore implementation. */
32 32
33 static const struct default_options mcore_option_optimization_table[] = 33 static const struct default_options mcore_option_optimization_table[] =
34 { 34 {
35 { OPT_LEVELS_1_PLUS, OPT_ffunction_cse, NULL, 0 }, 35 { OPT_LEVELS_1_PLUS, OPT_ffunction_cse, NULL, 0 },
36 { OPT_LEVELS_1_PLUS, OPT_fomit_frame_pointer, NULL, 1 },
37 { OPT_LEVELS_ALL, OPT_fcaller_saves, NULL, 0 }, 36 { OPT_LEVELS_ALL, OPT_fcaller_saves, NULL, 0 },
38 { OPT_LEVELS_ALL, OPT_fschedule_insns, NULL, 0 }, 37 { OPT_LEVELS_ALL, OPT_fschedule_insns, NULL, 0 },
39 { OPT_LEVELS_ALL, OPT_fschedule_insns2, NULL, 0 }, 38 { OPT_LEVELS_ALL, OPT_fschedule_insns2, NULL, 0 },
40 { OPT_LEVELS_SIZE, OPT_mhardlit, NULL, 0 }, 39 { OPT_LEVELS_SIZE, OPT_mhardlit, NULL, 0 },
41 { OPT_LEVELS_NONE, 0, NULL, 0 } 40 { OPT_LEVELS_NONE, 0, NULL, 0 }