diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |