diff options
author | Brendan Kehoe <brendan@gcc.gnu.org> | 1993-01-12 18:30:32 -0500 |
---|---|---|
committer | Brendan Kehoe <brendan@gcc.gnu.org> | 1993-01-12 18:30:32 -0500 |
commit | f76a70d58096c70ef81c183ff81bac91b77fb64b (patch) | |
tree | 26658ceeabbc1c683d1dffd47a8bcb934bbe4674 /gcc | |
parent | 3d9a7827ed18e5f952b888b177d471cf3be2d16c (diff) | |
download | gcc-f76a70d58096c70ef81c183ff81bac91b77fb64b.zip gcc-f76a70d58096c70ef81c183ff81bac91b77fb64b.tar.gz gcc-f76a70d58096c70ef81c183ff81bac91b77fb64b.tar.bz2 |
* expr.c (group_insns): Make void, since it never returns an rtx.
From-SVN: r3211
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; { |