comparison gcc/common/config/tilegx/tilegx-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 TILE-Gx. 1 /* Common hooks for TILE-Gx.
2 Copyright (C) 2011-2017 Free Software Foundation, Inc. 2 Copyright (C) 2011-2018 Free Software Foundation, Inc.
3 Contributed by Walter Lee (walt@tilera.com) 3 Contributed by Walter Lee (walt@tilera.com)
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it 7 GCC is free software; you can redistribute it and/or modify it
27 #include "common/common-target-def.h" 27 #include "common/common-target-def.h"
28 #include "opts.h" 28 #include "opts.h"
29 #include "flags.h" 29 #include "flags.h"
30 30
31 static const struct default_options tilegx_option_optimization_table[] = { 31 static const struct default_options tilegx_option_optimization_table[] = {
32 {OPT_LEVELS_1_PLUS, OPT_fomit_frame_pointer, NULL, 1},
33 /* Scheduling and bundling are super important for our architecture, so 32 /* Scheduling and bundling are super important for our architecture, so
34 enable them at -O1. */ 33 enable them at -O1. */
35 {OPT_LEVELS_1_PLUS, OPT_fschedule_insns, NULL, 1}, 34 {OPT_LEVELS_1_PLUS, OPT_fschedule_insns, NULL, 1},
36 {OPT_LEVELS_1_PLUS, OPT_fschedule_insns2, NULL, 1}, 35 {OPT_LEVELS_1_PLUS, OPT_fschedule_insns2, NULL, 1},
37 {OPT_LEVELS_NONE, 0, NULL, 0} 36 {OPT_LEVELS_NONE, 0, NULL, 0}