]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2018-08-27 Steve Ellcey <sellcey@cavium.com>
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Aug 2018 16:39:44 +0000 (16:39 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Aug 2018 16:39:44 +0000 (16:39 +0000)
* config/aarch64/aarch64-speculation.cc: Replace include of cfg.h
with include of backend.h.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263890 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/aarch64/aarch64-speculation.cc

index d27a7a8d78c265816f13eec2732ae3077f1237f8..1f9e77bc3a3e678da6a1b4f3a7363186cd24b1ee 100644 (file)
@@ -1,3 +1,8 @@
+2018-08-27  Steve Ellcey  <sellcey@cavium.com>
+
+       * config/aarch64/aarch64-speculation.cc: Replace include of cfg.h
+       with include of backend.h.
+
 2018-08-27  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/86927
index 2dd06ae24dd276eba3e85059ac22f493531671ca..3cd9ba09c115504532609501129b2536703b0f62 100644 (file)
@@ -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"