aboutsummaryrefslogtreecommitdiff
path: root/gcc
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
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')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/rtl.h4
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
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 */