cgraph.h (cgraph_rtl_info): Move to rtl.h
authorAndrew MacLeod <amacleod@redhat.com>
Thu, 25 Jun 2015 16:23:52 +0000 (16:23 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Thu, 25 Jun 2015 16:23:52 +0000 (16:23 +0000)
commit88f554b4b93e260d8733c372f93e77c91c564e77
tree1e0ca2957adf8fdcb469bdcb69978a1c9e9eba07
parent06fbce663e9b7f230d3cbaf9131de2cd786c819c
cgraph.h (cgraph_rtl_info): Move to rtl.h

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

* cgraph.h (cgraph_rtl_info): Move to rtl.h
(cgraph_node): Maintain pointer to struct cgraph_rtl_info instead of
and instance.
* rtl.h (struct cgraph_rtl_info): Define when HARD_REG_SET available.
* cgraph.c (cgraph_node::rtl_info): Allocate cgraph_rtl_info if one
doesn't exist.
* calls.c: Include hard-reg-set.h before rtl.h.
* ira.c: Likewise.

From-SVN: r224946
gcc/ChangeLog
gcc/calls.c
gcc/cgraph.c
gcc/cgraph.h
gcc/ira.c
gcc/rtl.h