OSDN Git Service

* expr.c (group_insns): Make void, since it never returns an rtx.
authorbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jan 1993 23:30:32 +0000 (23:30 +0000)
committerbrendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 12 Jan 1993 23:30:32 +0000 (23:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3211 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/expr.c

index 090ec29..e3fdef7 100644 (file)
@@ -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;
 {