* 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
+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
#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"