From: law Date: Mon, 27 Aug 2018 02:54:32 +0000 (+0000) Subject: * config/mips/frame-header-opt.c: Include "backend.h" rather than X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c93432241556c37de6b6a3a78fda09012e966080;p=thirdparty%2Fgcc.git * config/mips/frame-header-opt.c: Include "backend.h" rather than "cfg.h" git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263869 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 386dc8e886a5..3bd14d73a170 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-08-26 Jeff Law + + * config/mips/frame-header-opt.c: Include "backend.h" rather than + "cfg.h" + 2018-08-26 Marek Polacek PR c++/87029, Implement -Wredundant-move. diff --git a/gcc/config/mips/frame-header-opt.c b/gcc/config/mips/frame-header-opt.c index 77298dce69eb..ed51947bb6c7 100644 --- a/gcc/config/mips/frame-header-opt.c +++ b/gcc/config/mips/frame-header-opt.c @@ -29,13 +29,13 @@ along with GCC; see the file COPYING3. If not see #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"