]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/common/config/visium/visium-common.c
Update copyright years.
[thirdparty/gcc.git] / gcc / common / config / visium / visium-common.c
index 6a29a243b325da1e66c963a773be3cbd2dfe66df..39cfeab443ebaa79bd792b672d6d5c239c6d97eb 100644 (file)
@@ -1,5 +1,5 @@
 /* Common hooks for Visium.
-   Copyright (C) 2002-2017 Free Software Foundation, Inc.
+   Copyright (C) 2002-2020 Free Software Foundation, Inc.
    Contributed by C.Nettleton,J.P.Parkes and P.Garbett.
 
 This file is part of GCC.
@@ -25,14 +25,4 @@ along with GCC; see the file COPYING3.  If not see
 #include "common/common-target.h"
 #include "common/common-target-def.h"
 
-/* Set default optimization options.  */
-static const struct default_options visium_option_optimization_table[] =
-  {
-    { OPT_LEVELS_1_PLUS, OPT_fomit_frame_pointer, NULL, 1 },
-    { OPT_LEVELS_NONE, 0, NULL, 0 }
-  };
-
-#undef TARGET_OPTION_OPTIMIZATION_TABLE
-#define TARGET_OPTION_OPTIMIZATION_TABLE visium_option_optimization_table
-
 struct gcc_targetm_common targetm_common = TARGETM_COMMON_INITIALIZER;