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/rtl.h | |
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/rtl.h')
-rw-r--r-- | gcc/rtl.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |