Commit c485e6a0 by Jeffrey A Law Committed by Jeff Law

regmove.c (find_matches): Initialize matches->earlyclobber too.

        * regmove.c (find_matches): Initialize matches->earlyclobber too.
Should fix pa bootstrap comparison failures.

From-SVN: r17443
parent ff7620c0
Thu Jan 22 14:49:14 1998 Jeffrey A Law (law@cygnus.com)
* regmove.c (find_matches): Initialize matches->earlyclobber too.
Thu Jan 22 01:40:52 1998 Richard Henderson <rth@cygnus.com>
* alpha.md (abssf2, absdf2): Disable in IEEE mode.
......
......@@ -877,6 +877,7 @@ find_matches (insn, matchp)
likely_spilled[operand_number] = 0;
matchp->use[operand_number] = READ;
matchp->early_clobber[operand_number] = 0;
if (*p == '=')
matchp->use[operand_number] = WRITE;
else if (*p == '+')
......
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