]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/mips/frame-header-opt.c
Update copyright years.
[thirdparty/gcc.git] / gcc / config / mips / frame-header-opt.c
index 8c41562ab4fae4ea5820ed6cf0931486856be791..06fd689bf73c1cf00e2f97b4a3e01346980db3b8 100644 (file)
@@ -4,7 +4,7 @@
    targets, if a frame header is required, it is allocated by the callee.
 
 
-   Copyright (C) 2015-2017 Free Software Foundation, Inc.
+   Copyright (C) 2015-2021 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -23,17 +23,19 @@ along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
 
+#define IN_TARGET_CODE 1
+
 #include "config.h"
 #include "system.h"
 #include "context.h"
 #include "coretypes.h"
+#include "backend.h"
 #include "tree.h"
 #include "tree-core.h"
 #include "tree-pass.h"
 #include "target.h"
 #include "target-globals.h"
 #include "profile-count.h"
-#include "cfg.h"
 #include "cgraph.h"
 #include "function.h"
 #include "basic-block.h"