From f76a70d58096c70ef81c183ff81bac91b77fb64b Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Tue, 12 Jan 1993 18:30:32 -0500 Subject: * expr.c (group_insns): Make void, since it never returns an rtx. From-SVN: r3211 --- gcc/expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/expr.c b/gcc/expr.c index 090ec29..e3fdef7 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -1490,7 +1490,7 @@ use_regs (regno, nregs) /* Mark the instructions since PREV as a libcall block. Add REG_LIBCALL to PREV and add a REG_RETVAL to the most recent insn. */ -static rtx +static void group_insns (prev) rtx prev; { -- cgit v1.1