From 1c138ba30278f35104f786fa4514b4f0dc131458 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 6 Oct 1996 16:44:09 -0600 Subject: [PATCH] * pa/pa.h (combinable_fsub): Don't return without a value! From-SVN: r12908 --- gcc/config/pa/pa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 046f93a8df28..0dca702983f9 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. */