From: Jeff Law Date: Sun, 6 Oct 1996 22:44:09 +0000 (-0600) Subject: * pa/pa.h (combinable_fsub): Don't return without a value! X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c138ba30278f35104f786fa4514b4f0dc131458;p=gcc.git * pa/pa.h (combinable_fsub): Don't return without a value! From-SVN: r12908 --- diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 046f93a8df2..0dca702983f 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -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. */