From 2ec15cba58bfe91bf91c536f5360c05a5b12794a Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 16 Nov 2016 17:42:18 -0500 Subject: [PATCH] * rtl.h: Declare gt_ggc_mx and gt_pch_nx. From-SVN: r242522 --- gcc/ChangeLog | 4 ++++ gcc/rtl.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d30e6f668d9..f6333d8f730 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-11-16 Jason Merrill + + * rtl.h: Declare gt_ggc_mx and gt_pch_nx. + 2016-11-16 Bill Schmidt PR tree-optimization/77848 diff --git a/gcc/rtl.h b/gcc/rtl.h index df5172b7769..6a4cf36d9b2 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 */ -- 2.30.2