OSDN Git Service

* toplev.c (rest_of_compilation): Avoid cfg_cleanup calls when not
[pf3gnuchains/gcc-fork.git] / gcc / rtl.h
index 680550a..89f554d 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1378,6 +1378,7 @@ extern rtx gen_int_mode                   PARAMS ((HOST_WIDE_INT,
 extern rtx emit_copy_of_insn_after     PARAMS ((rtx, rtx));
 extern void set_reg_attrs_from_mem     PARAMS ((rtx, rtx));
 extern void set_mem_attrs_from_reg     PARAMS ((rtx, rtx));
+extern void set_reg_attrs_for_parm     PARAMS ((rtx, rtx));
 
 /* In rtl.c */
 extern rtx rtx_alloc                   PARAMS ((RTX_CODE));
@@ -2167,7 +2168,7 @@ extern void create_profiler               PARAMS ((void));
 
 /* In reg-stack.c */
 #ifdef BUFSIZ
-extern void reg_to_stack               PARAMS ((rtx, FILE *));
+extern bool reg_to_stack               PARAMS ((rtx, FILE *));
 #endif
 
 /* In fold-const.c */