rtl.h (multiple_sets): Fix prototype.
� * rtl.h (multiple_sets): Fix prototype. * rtlanal.c (multiple_sets): Fix return type. From-SVN: r24303
This commit is contained in:
parent
de27890511
commit
93e0dfe152
@ -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.
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user