Commit 5f7d3786 by Jeff Law

rtl.h (multiple_sets): Fix prototype.

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

From-SVN: r24304
parent 93e0dfe1
...@@ -694,7 +694,7 @@ single_set (insn) ...@@ -694,7 +694,7 @@ single_set (insn)
/* Given an INSN, return nonzero if it has more than one SET, else return /* Given an INSN, return nonzero if it has more than one SET, else return
zero. */ zero. */
rtx int
multiple_sets (insn) multiple_sets (insn)
rtx insn; rtx insn;
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment