aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2016-11-16 17:42:18 -0500
committerJason Merrill <jason@gcc.gnu.org>2016-11-16 17:42:18 -0500
commit2ec15cba58bfe91bf91c536f5360c05a5b12794a (patch)
tree8c6060357fadce63c4eef5ef905b6b4f52de4822 /gcc/rtl.h
parent23bed4148e21886be1ccd8840bcd7a84e1bdfcec (diff)
downloadgcc-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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index df5172b..6a4cf36 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -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 */