Commit 1c138ba3 by Jeff Law

* pa/pa.h (combinable_fsub): Don't return without a value!

From-SVN: r12908
parent a651f222
......@@ -5704,7 +5704,7 @@ combinable_fsub (insn)
/* Only 2 real operands to the subtraction. Output must be the
same as the first operand of the MINUS. */
if (! rtx_equal_p (dest, XEXP (src, 0)))
return;
return 0;
/* Inout operand of the sub can not conflict with any operands from the
multiply. */
......
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