projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23bed41
)
* rtl.h: Declare gt_ggc_mx and gt_pch_nx.
author
Jason Merrill
<jason@redhat.com>
Wed, 16 Nov 2016 22:42:18 +0000
(17:42 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Wed, 16 Nov 2016 22:42:18 +0000
(17:42 -0500)
From-SVN: r242522
gcc/ChangeLog
patch
|
blob
|
history
gcc/rtl.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index d30e6f668d98cab934b64bcf29c19a50a4a747d5..f6333d8f730a3241b3ea63cddc6163e7d796ddbc 100644
(file)
--- 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 df5172b776901d483c48cd7a90a45d6243a9b759..6a4cf36d9b224e3f0d446850d06f272cabae6dd9 100644
(file)
--- 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 */