Commit 2ec15cba by Jason Merrill Committed by Jason Merrill

* rtl.h: Declare gt_ggc_mx and gt_pch_nx.

From-SVN: r242522
parent 23bed414
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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment