* rtl.h: Declare gt_ggc_mx and gt_pch_nx.
From-SVN: r242522
This commit is contained in:
parent
23bed4148e
commit
2ec15cba58
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue