Commit a9cf35bf by Steve Ellcey Committed by Steve Ellcey

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

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
parent efc3a1a1
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> 2018-08-27 Richard Biener <rguenther@suse.de>
PR tree-optimization/86927 PR tree-optimization/86927
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "rtl.h" #include "rtl.h"
#include "tree-pass.h" #include "tree-pass.h"
#include "profile-count.h" #include "profile-count.h"
#include "cfg.h" #include "backend.h"
#include "cfgbuild.h" #include "cfgbuild.h"
#include "print-rtl.h" #include "print-rtl.h"
#include "cfgrtl.h" #include "cfgrtl.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment