From 2e245dac404f9921584d2baf3b9b98a3b88eacce Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Mon, 17 Aug 1998 16:37:49 +0000 Subject: expr.c (move_by_pieces): No longer static. * expr.c (move_by_pieces): No longer static. Remove prototype. * rtl.h (move_by_pieces): Add extern prototype. * mips.c (expand_block_move): Handle aligned straight line copy by calling move_by_pieces. From-SVN: r21794 --- gcc/expr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/expr.c') diff --git a/gcc/expr.c b/gcc/expr.c index 2bd4b41..cfea630 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -156,7 +156,6 @@ static rtx get_push_address PROTO ((int)); static rtx enqueue_insn PROTO((rtx, rtx)); static int queued_subexp_p PROTO((rtx)); static void init_queue PROTO((void)); -static void move_by_pieces PROTO((rtx, rtx, int, int)); static int move_by_pieces_ninsns PROTO((unsigned int, int)); static void move_by_pieces_1 PROTO((rtx (*) (rtx, ...), enum machine_mode, struct move_by_pieces *)); @@ -1394,7 +1393,7 @@ convert_modes (mode, oldmode, x, unsignedp) through protect_from_queue before calling. ALIGN (in bytes) is maximum alignment we can assume. */ -static void +void move_by_pieces (to, from, len, align) rtx to, from; int len, align; -- cgit v1.1