aarch64-speculation.cc: Replace include of cfg.h with include of backend.h.
authorSteve Ellcey <sellcey@cavium.com>
Mon, 27 Aug 2018 16:39:44 +0000 (16:39 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Mon, 27 Aug 2018 16:39:44 +0000 (16:39 +0000)
2018-08-27  Steve Ellcey  <sellcey@cavium.com>

* config/aarch64/aarch64-speculation.cc: Replace include of cfg.h
with include of backend.h.

From-SVN: r263890

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

index d27a7a8..1f9e77b 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 2dd06ae..3cd9ba0 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"