From: Steve Ellcey Date: Mon, 27 Aug 2018 16:39:44 +0000 (+0000) Subject: aarch64-speculation.cc: Replace include of cfg.h with include of backend.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9cf35bf3e9b753710f3a443f6e4095a2840c7b6;p=gcc.git aarch64-speculation.cc: Replace include of cfg.h with include of backend.h. 2018-08-27 Steve Ellcey * config/aarch64/aarch64-speculation.cc: Replace include of cfg.h with include of backend.h. From-SVN: r263890 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d27a7a8d78c..1f9e77bc3a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-08-27 Steve Ellcey + + * config/aarch64/aarch64-speculation.cc: Replace include of cfg.h + with include of backend.h. + 2018-08-27 Richard Biener PR tree-optimization/86927 diff --git a/gcc/config/aarch64/aarch64-speculation.cc b/gcc/config/aarch64/aarch64-speculation.cc index 2dd06ae24dd..3cd9ba09c11 100644 --- a/gcc/config/aarch64/aarch64-speculation.cc +++ b/gcc/config/aarch64/aarch64-speculation.cc @@ -25,7 +25,7 @@ #include "rtl.h" #include "tree-pass.h" #include "profile-count.h" -#include "cfg.h" +#include "backend.h" #include "cfgbuild.h" #include "print-rtl.h" #include "cfgrtl.h"