diff options
author | Jason Merrill <jason@redhat.com> | 2016-11-16 17:42:18 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2016-11-16 17:42:18 -0500 |
commit | 2ec15cba58bfe91bf91c536f5360c05a5b12794a (patch) | |
tree | 8c6060357fadce63c4eef5ef905b6b4f52de4822 /gcc | |
parent | 23bed4148e21886be1ccd8840bcd7a84e1bdfcec (diff) | |
download | gcc-2ec15cba58bfe91bf91c536f5360c05a5b12794a.zip gcc-2ec15cba58bfe91bf91c536f5360c05a5b12794a.tar.gz gcc-2ec15cba58bfe91bf91c536f5360c05a5b12794a.tar.bz2 |
* rtl.h: Declare gt_ggc_mx and gt_pch_nx.
From-SVN: r242522
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/rtl.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d30e6f6..f6333d8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-11-16 Jason Merrill <jason@redhat.com> + + * rtl.h: Declare gt_ggc_mx and gt_pch_nx. + 2016-11-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com> PR tree-optimization/77848 @@ -3771,5 +3771,9 @@ struct GTY(()) cgraph_rtl_info { unsigned function_used_regs_valid: 1; }; +/* gtype-desc.c. */ +extern void gt_ggc_mx (rtx &); +extern void gt_pch_nx (rtx &); +extern void gt_pch_nx (rtx &, gt_pointer_operator, void *); #endif /* ! GCC_RTL_H */ |