OSDN Git Service

* loop.c (regs_match_p): Fix typo in prototype.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 May 1998 15:51:37 +0000 (15:51 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 May 1998 15:51:37 +0000 (15:51 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19583 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/loop.c

index 3ddc7be..51beb67 100644 (file)
@@ -1,5 +1,7 @@
 Wed May  6 16:46:01 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * loop.c (regs_match_p): Fix typo in prototype.
+
        * regmove.c (try_auto_increment): Wrap declaration inside an
        #ifdef AUTO_INC_DEC.
 
index 51e554d..526de1b 100644 (file)
@@ -296,7 +296,7 @@ static int libcall_benefit PROTO((rtx));
 static void ignore_some_movables PROTO((struct movable *));
 static void force_movables PROTO((struct movable *));
 static void combine_movables PROTO((struct movable *, int));
-static int regs_patch_p PROTO((rtx, rtx, struct movable *));
+static int regs_match_p PROTO((rtx, rtx, struct movable *));
 static int rtx_equal_for_loop_p PROTO((rtx, rtx, struct movable *));
 static void add_label_notes PROTO((rtx, rtx));
 static void move_movables PROTO((struct movable *, int, int, rtx, rtx, int));