Commit 42eb4801 by Iain Sandoe Committed by Iain Sandoe

[Darwin, PPC, Mode Iterators 0/n] Make iterators visible to darwin.md.

As a clean-up, we want to be able to use mode iterators in darwin.md.
This patch moves the include point for the Darwin include until after
the definition of the mode iterators and attrs.  No functional change
intended.

gcc/ChangeLog:

2019-09-24  Iain Sandoe  <iain@sandoe.co.uk>

	* config/rs6000/rs6000.md: Move darwin.md include until
	after the definition of the mode iterators.

From-SVN: r276106
parent 93163192
2019-09-24 Iain Sandoe <iain@sandoe.co.uk>
* config/rs6000/rs6000.md: Move darwin.md include until
after the definition of the mode iterators.
2019-09-23 Martin Sebor <msebor@redhat.com> 2019-09-23 Martin Sebor <msebor@redhat.com>
PR tree-optimization/91570 PR tree-optimization/91570
......
...@@ -361,8 +361,6 @@ ...@@ -361,8 +361,6 @@
(include "predicates.md") (include "predicates.md")
(include "constraints.md") (include "constraints.md")
(include "darwin.md")
;; Mode iterators ;; Mode iterators
...@@ -731,6 +729,7 @@ ...@@ -731,6 +729,7 @@
(SF "TARGET_P8_VECTOR") (SF "TARGET_P8_VECTOR")
(DI "TARGET_POWERPC64")]) (DI "TARGET_POWERPC64")])
(include "darwin.md")
;; Start with fixed-point load and store insns. Here we put only the more ;; Start with fixed-point load and store insns. Here we put only the more
;; complex forms. Basic data transfer is done later. ;; complex forms. Basic data transfer is done later.
......
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