mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-17 21:34:53 +08:00
* pa/pa.h (combinable_fsub): Don't return without a value!
From-SVN: r12908
This commit is contained in:
parent
a651f22233
commit
1c138ba302
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user