rtl.h (multiple_sets): Fix prototype.
* rtl.h (multiple_sets): Fix prototype. * rtlanal.c (multiple_sets): Fix return type. From-SVN: r24304
This commit is contained in:
parent
93e0dfe152
commit
5f7d3786ea
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue