]> gcc.gnu.org Git - gcc.git/commitdiff
regclass.c (init_reg_sets_1): Add prototype.
authorH.J. Lu <hjl@gnu.org>
Thu, 19 Nov 1998 19:58:23 +0000 (19:58 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 19 Nov 1998 19:58:23 +0000 (12:58 -0700)
        * regclass.c (init_reg_sets_1): Add prototype.
        (init_reg_modes): Likewise.

From-SVN: r23724

gcc/ChangeLog
gcc/regclass.c

index 845216fbf3ae46beeb47f66a2bb7fa8aaa3507c4..b5cc0639b30fa4dff728d3ad89d7c5744201929c 100644 (file)
@@ -1,3 +1,8 @@
+Thu Nov 19 20:55:59 1998  H.J. Lu  (hjl@gnu.org)
+
+       * regclass.c (init_reg_sets_1): Add prototype.
+       (init_reg_modes): Likewise.
+
 1998-11-19 Zack Weinberg  <zack@rabi.phys.columbia.edu>
 
        * c-common.c: Change warning messages to say `comparison is
index 8b5f1589196f3d48d0754ce8c564322fde5b17bd..1788c3d68ac6fc77adf786d52e3ca06af1074713 100644 (file)
@@ -41,6 +41,9 @@ Boston, MA 02111-1307, USA.  */
 #define REGISTER_MOVE_COST(x, y) 2
 #endif
 
+static void init_reg_sets_1    PROTO((void));
+static void init_reg_modes     PROTO((void));
+
 /* If we have auto-increment or auto-decrement and we can have secondary
    reloads, we are not allowed to use classes requiring secondary
    reloads for pseudos auto-incremented since reload can't handle it.  */
This page took 0.067975 seconds and 5 git commands to generate.