OSDN Git Service

* pa/pa.h (combinable_fsub): Don't return without a value!
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Oct 1996 22:44:09 +0000 (22:44 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 6 Oct 1996 22:44:09 +0000 (22:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12908 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pa/pa.c

index 046f93a..0dca702 100644 (file)
@@ -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.  */