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

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* Common hooks for IBM RS/6000. 1 /* Common hooks for IBM RS/6000.
2 Copyright (C) 1991-2017 Free Software Foundation, Inc. 2 Copyright (C) 1991-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
29 #include "params.h" 29 #include "params.h"
30 30
31 /* Implement TARGET_OPTION_OPTIMIZATION_TABLE. */ 31 /* Implement TARGET_OPTION_OPTIMIZATION_TABLE. */
32 static const struct default_options rs6000_option_optimization_table[] = 32 static const struct default_options rs6000_option_optimization_table[] =
33 { 33 {
34 { OPT_LEVELS_1_PLUS, OPT_fomit_frame_pointer, NULL, 1 },
35 /* Enable -fsched-pressure for first pass instruction scheduling. */ 34 /* Enable -fsched-pressure for first pass instruction scheduling. */
36 { OPT_LEVELS_1_PLUS, OPT_fsched_pressure, NULL, 1 }, 35 { OPT_LEVELS_1_PLUS, OPT_fsched_pressure, NULL, 1 },
37 { OPT_LEVELS_NONE, 0, NULL, 0 } 36 { OPT_LEVELS_NONE, 0, NULL, 0 }
38 }; 37 };
39 38