]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree.h
rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.
[thirdparty/gcc.git] / gcc / tree.h
index b60c7b40784ab22361417762e662e9d6760542cd..4afe608cf529cfc57fbfa38704ebaf4b3b82c8d0 100644 (file)
@@ -3781,11 +3781,13 @@ extern int tree_node_sizes[];
 extern bool in_gimple_form;
 
 /* In tree-ssa-loop-niter.c.  */
-
 tree lower_bound_in_type (tree, tree);
 tree upper_bound_in_type (tree, tree);
 
 /* In tree-ssa-threadupdate.c.  */
 extern bool thread_through_all_blocks (void);
 
+/* In tree-gimple.c.  */
+extern tree get_base_address (tree t);
+
 #endif  /* GCC_TREE_H  */