]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfgexpand.h
switch from gimple to gimple*
[thirdparty/gcc.git] / gcc / cfgexpand.h
index d168672408391bee18c6549903ee83cf06bf229d..ff7f4befcb199b41dcc87ac89eb35cb28e446d95 100644 (file)
@@ -20,7 +20,7 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_CFGEXPAND_H
 #define GCC_CFGEXPAND_H
 
-extern tree gimple_assign_rhs_to_tree (gimple);
+extern tree gimple_assign_rhs_to_tree (gimple *);
 extern HOST_WIDE_INT estimated_stack_frame_size (struct cgraph_node *);
 extern bool parm_in_stack_slot_p (tree);
 extern rtx get_rtl_for_parm_ssa_default_def (tree var);