2015-06-25 Andrew MacLeod <amacleod@redhat.com>
commita3c76fda3034a5890bdb8dd753e6ebbb2b69eaeb
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jun 2015 16:51:35 +0000 (25 16:51 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Jun 2015 16:51:35 +0000 (25 16:51 +0000)
tree08270b7c9b79613ad264a52e14a5567e8d6dc4fb
parent20e6ed7b2406f3cbad7db3baabd9afb88334675e
2015-06-25  Andrew MacLeod  <amacleod@redhat.com>

* function.h (struct incoming_args): Move struct.
(pass_by_reference, reference_callee_copied): Remove prototypes.
* emit-rtl.h (struct incoming_args): Relocate struct here.
* calls.h (pass_by_reference, reference_callee_copied): Relocate
prototypes here.
* function.c (pass_by_reference, reference_callee_copied): Move.
* calls.c (pass_by_reference, reference_callee_copied): Relocate here.
* cfgloop.h: Don't include tm.h or hard-reg-set.h.
* ipa-chkp.c: Include calls.h.

* ada/gcc-interface/misc.c: Include calls.h not function.h.

* c-family/cilk.c: Move calls.h after tm.h in the include chain.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224951 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
gcc/ChangeLog
gcc/ada/ChangeLog
gcc/ada/gcc-interface/misc.c
gcc/c-family/ChangeLog
gcc/c-family/cilk.c
gcc/calls.c
gcc/calls.h
gcc/cfgloop.h
gcc/emit-rtl.h
gcc/function.c
gcc/function.h
gcc/ipa-chkp.c