rtl.h (multiple_sets): Fix prototype.
authorJeffrey A Law <law@cygnus.com>
Mon, 14 Dec 1998 00:42:38 +0000 (00:42 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 14 Dec 1998 00:42:38 +0000 (17:42 -0700)

        * rtl.h (multiple_sets): Fix prototype.
        * rtlanal.c (multiple_sets): Fix return type.

From-SVN: r24303

gcc/ChangeLog
gcc/rtl.h

index 6d91e02ff8ace4f27f7d13bdebd9c0769de76bd0..9b0f0ddcdc70eb6405bb0f833a88313f4d071276 100644 (file)
@@ -1,3 +1,8 @@
+Mon Dec 14 01:39:28 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * rtl.h (multiple_sets): Fix prototype.
+       * rtlanal.c (multiple_sets): Fix return type.
+
 Sun Dec 13 12:43:58 PST 1998 Jeff Law  (law@cygnus.com)
 
        * version.c: Bump for snapshot.
index e29767fe4815bba3fb471cc78a029740ff0ecef9..2c2ab3551702fd445355e3693a2be1b882c8f3fd 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -988,7 +988,7 @@ extern int no_labels_between_p              PROTO((rtx, rtx));
 extern int modified_in_p               PROTO((rtx, rtx));
 extern int reg_set_p                   PROTO((rtx, rtx));
 extern rtx single_set                  PROTO((rtx));
-extern rtx multiple_sets               PROTO((rtx));
+extern int multiple_sets               PROTO((rtx));
 extern rtx find_last_value             PROTO((rtx, rtx *, rtx));
 extern int refers_to_regno_p           PROTO((int, int, rtx, rtx *));
 extern int reg_overlap_mentioned_p     PROTO((rtx, rtx));