aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1997-06-05 20:47:47 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1997-06-05 20:47:47 +0000
commit913db40d19e65786e9b8930c6cb8a1583ba48a19 (patch)
tree0c0beb183ece8370cb491a596c7cfb4e992e1444 /gcc/flow.c
parentd312421306461232abc04b5415c212a36a035165 (diff)
downloadgcc-913db40d19e65786e9b8930c6cb8a1583ba48a19.zip
gcc-913db40d19e65786e9b8930c6cb8a1583ba48a19.tar.gz
gcc-913db40d19e65786e9b8930c6cb8a1583ba48a19.tar.bz2
remove cygnus local stuff
From-SVN: r14152
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 11d051d..fc239b9 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -267,8 +267,7 @@ static void find_auto_inc PROTO((regset, rtx, rtx));
static void mark_used_regs PROTO((regset, regset, rtx, int, rtx));
static int try_pre_increment_1 PROTO((rtx));
static int try_pre_increment PROTO((rtx, rtx, HOST_WIDE_INT));
-/* CYGNUS LOCAL: regmove/amylaar */ /* find_use_as_address non-static */
-rtx find_use_as_address PROTO((rtx, rtx, HOST_WIDE_INT));
+static rtx find_use_as_address PROTO((rtx, rtx, HOST_WIDE_INT));
void dump_flow_info PROTO((FILE *));
/* Find basic blocks of the current function and perform data flow analysis.
@@ -2735,7 +2734,7 @@ try_pre_increment (insn, reg, amount)
If REG appears more than once, or is used other than in such an address,
return (rtx)1. */
-rtx /* CYGNUS LOCAL: regmove/amylaar */ /* find_use_as_address non-static */
+static rtx
find_use_as_address (x, reg, plusconst)
register rtx x;
rtx reg;