]> gcc.gnu.org Git - gcc.git/commitdiff
* tree.h (reorder_block): Change prototype.
authorMark Mitchell <mark@codesourcery.com>
Thu, 16 Sep 1999 00:23:25 +0000 (00:23 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Thu, 16 Sep 1999 00:23:25 +0000 (00:23 +0000)
From-SVN: r29445

gcc/ChangeLog
gcc/tree.h

index 870705219a2c4dd09b3d674840f5e772b8e0e010..a6299be9d072f9c3976273cfa03764c6e11307e9 100644 (file)
@@ -3,7 +3,7 @@ Wed Sep 15 15:51:52 1999  Mark Mitchell  <mark@codesourcery.com>
        * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
        (NOTE_BLOCK): New macro.
        (NOTE_BLOCK_LIVE_RANGE_BLOCK): Remove.
-       * function.h (identify_blocks): CHange prototype.
+       * function.h (identify_blocks): Change prototype.
        * function.c (identify_blocks): Simplify.
        (reorder_blocks): Likewise.
        * ggc-common.c (ggc_mark_rtx): Mark the BLOCK associated with a 
@@ -20,6 +20,7 @@ Wed Sep 15 15:51:52 1999  Mark Mitchell  <mark@codesourcery.com>
        * stmt.c (block_vector): Remove.
        (find_loop_tree_blocks): Simplify.
        (unroll_block_trees): Likewise.
+       * tree.h (reorder_block): Change prototype.
        
 Wed Sep 15 14:39:35 1999  Jason Merrill  <jason@yorick.cygnus.com>
 
index 8ea3dbd31ab66359058665740d0b29dbb8ed34db..669e9efbc4b70a1cb2b97a1641b3c844a91bb766 100644 (file)
@@ -2318,7 +2318,7 @@ extern void pop_temp_slots                PROTO ((void));
 extern void push_temp_slots            PROTO ((void));
 extern void preserve_temp_slots                PROTO ((struct rtx_def *));
 extern int aggregate_value_p           PROTO ((tree));
-extern tree reorder_blocks             PROTO ((tree *, tree,
+extern tree reorder_blocks             PROTO ((tree,
                                                struct rtx_def *));
 extern void free_temps_for_rtl_expr    PROTO ((tree));
 extern void instantiate_virtual_regs   PROTO ((tree, struct rtx_def *));
This page took 0.096439 seconds and 5 git commands to generate.