function.h (struct rtl_data): Remove struct and accessor macros.
authorAndrew MacLeod <amacleod@redhat.com>
Wed, 17 Jun 2015 18:53:03 +0000 (18:53 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Wed, 17 Jun 2015 18:53:03 +0000 (18:53 +0000)
commit2bb8cb5896c5133b9397da7ab97127c062a774b3
treeec5e8298fd9f24f891d654baf86e6add87b61000
parenta1ceb6041e32e5ab4b0c38dc5b52fe9d82948719
function.h (struct rtl_data): Remove struct and accessor macros.

2015-06-17  Andrew MacLeod  <amacleod@redhat.com>

* function.h (struct rtl_data): Remove struct and accessor macros.
* emit-rtl.h (struct rtl_data): Relocate to here.
* Makefile.in (GTFILES): Add emit-rtl.h.
* df-core.c: Include emit-rtl.h.
* genattrtab.c: Likewise.
* genconditions.c: Likewise.
* genpreds.c: Likewise.
* genrecog.c: Likewise.
* regcprop.c: Likewise.
* resource.c: Likewise.
* sched-rgn.c: Likewise.
* config/aarch64/cortex-a57-fma-steering.c: Likewise.
* config/i386/winnt.c: Likewise.

From-SVN: r224573
14 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/config/aarch64/cortex-a57-fma-steering.c
gcc/config/i386/winnt.c
gcc/df-core.c
gcc/emit-rtl.h
gcc/function.h
gcc/genattrtab.c
gcc/genconditions.c
gcc/genpreds.c
gcc/genrecog.c
gcc/regcprop.c
gcc/resource.c
gcc/sched-rgn.c