aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-05-06 15:51:37 +0000
committerJeff Law <law@gcc.gnu.org>1998-05-06 09:51:37 -0600
commitfd4a1ca5033e78017f2ea8fe24d9133da79af88f (patch)
tree61df65be89267ff12ad19fadcfeae18cf8eb9801 /gcc/loop.c
parentd06eab0d86aa9610006e6a2e42f24cb4c7a0b3a5 (diff)
downloadgcc-fd4a1ca5033e78017f2ea8fe24d9133da79af88f.zip
gcc-fd4a1ca5033e78017f2ea8fe24d9133da79af88f.tar.gz
gcc-fd4a1ca5033e78017f2ea8fe24d9133da79af88f.tar.bz2
* loop.c (regs_match_p): Fix typo in prototype.
From-SVN: r19583
Diffstat (limited to 'gcc/loop.c')
-rw-r--r--gcc/loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 51e554d..526de1b 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -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));