]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
frame-header-opt.c: Include "backend.h" rather than "cfg.h"
authorJeff Law <law@redhat.com>
Mon, 27 Aug 2018 02:54:32 +0000 (20:54 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 27 Aug 2018 02:54:32 +0000 (20:54 -0600)
* config/mips/frame-header-opt.c: Include "backend.h" rather than
"cfg.h"

From-SVN: r263869

gcc/ChangeLog
gcc/config/mips/frame-header-opt.c

index 386dc8e886a5631027da776414d1ac9ac4044032..3bd14d73a170633f3c0d96e11d16f74cd69aa835 100644 (file)
@@ -1,3 +1,8 @@
+2018-08-26  Jeff Law  <law@redhat.com>
+
+       * config/mips/frame-header-opt.c: Include "backend.h" rather than
+       "cfg.h"
+
 2018-08-26  Marek Polacek  <polacek@redhat.com>
 
        PR c++/87029, Implement -Wredundant-move.
index 77298dce69ebf1610ee2af8f8fb8e69fabf0650e..ed51947bb6c793891b40492e298ee761bacf3a48 100644 (file)
@@ -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"