]> gcc.gnu.org Git - gcc.git/commitdiff
recog.c (verify_changes): Make it static.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 7 Mar 2005 13:52:09 +0000 (13:52 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 7 Mar 2005 13:52:09 +0000 (13:52 +0000)
* recog.c (verify_changes): Make it static.
* recog.h: Remove the corresponding prototype.

From-SVN: r96015

gcc/ChangeLog
gcc/recog.c
gcc/recog.h

index c8464642cac155e98fec97d661ae7b2e451782c1..492366e9aa509f512ca5c7b4b574ee96b80c4cd7 100644 (file)
@@ -13,6 +13,9 @@
        reload_inheritance_insn, reload_override_in,
        reload_spill_index): Make them static.
 
+       * recog.c (verify_changes): Make it static.
+       * recog.h: Remove the corresponding prototype.
+
 2005-03-07  David Billinghurst <David.Billinghurst@riotinto.com>
 
        * config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.
index 224df47cf8caf74a2891e39e687d3142c94ca9dd..d81ae5b3adc26a9d07e4ef67b9242d4e4fd8118b 100644 (file)
@@ -297,7 +297,7 @@ num_changes_pending (void)
 /* Tentatively apply the changes numbered NUM and up.
    Return 1 if all changes are valid, zero otherwise.  */
 
-int
+static int
 verify_changes (int num)
 {
   int i;
index d4ded6cccc0927d2fa2c632a8b993450bfda6b50..e6222a50cd3cb146c217378a994793a5dd086fa8 100644 (file)
@@ -75,7 +75,6 @@ extern int check_asm_operands (rtx);
 extern int asm_operand_ok (rtx, const char *);
 extern int validate_change (rtx, rtx *, rtx, int);
 extern int insn_invalid_p (rtx);
-extern int verify_changes (int);
 extern void confirm_change_group (void);
 extern int apply_change_group (void);
 extern int num_validated_changes (void);
This page took 0.08226 seconds and 5 git commands to generate.