Commit f76a70d5 by Brendan Kehoe

* expr.c (group_insns): Make void, since it never returns an rtx.

From-SVN: r3211
parent 3d9a7827
...@@ -1490,7 +1490,7 @@ use_regs (regno, nregs) ...@@ -1490,7 +1490,7 @@ use_regs (regno, nregs)
/* Mark the instructions since PREV as a libcall block. /* Mark the instructions since PREV as a libcall block.
Add REG_LIBCALL to PREV and add a REG_RETVAL to the most recent insn. */ Add REG_LIBCALL to PREV and add a REG_RETVAL to the most recent insn. */
static rtx static void
group_insns (prev) group_insns (prev)
rtx prev; rtx prev;
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment