From: Jeff Law Date: Mon, 14 Dec 1998 00:42:39 +0000 (-0700) Subject: rtl.h (multiple_sets): Fix prototype. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f7d3786eadecfdaa58c7d23c3994f0a6830308c;p=gcc.git rtl.h (multiple_sets): Fix prototype. * rtl.h (multiple_sets): Fix prototype. * rtlanal.c (multiple_sets): Fix return type. From-SVN: r24304 --- diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index f298ab2f5ef..2d03751f8a6 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -694,7 +694,7 @@ single_set (insn) /* Given an INSN, return nonzero if it has more than one SET, else return zero. */ -rtx +int multiple_sets (insn) rtx insn; {