Fix typos in last change.
authorJeff Law <law@gcc.gnu.org>
Wed, 6 Jan 1993 21:58:24 +0000 (14:58 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 6 Jan 1993 21:58:24 +0000 (14:58 -0700)
From-SVN: r3127

gcc/config/pa/pa.md

index e48ca3c44365592acd301455b8f06bcbd297d12a..e8ea8124bf3ca3fc5ba37c150aebc6021a2efe60 100644 (file)
 {
   if (GET_MODE (operands[0]) == DFmode)
     {
-      if (rtx_equal_p (operands[5], operands[3])
+      if (rtx_equal_p (operands[5], operands[3]))
        return \"fmpyadd,dbl %1,%2,%0,%4,%3\";
       else
        return \"fmpyadd,dbl %1,%2,%0,%5,%3\";
     }
   else
     {
-      if (rtx_equal_p (operands[5], operands[3])
+      if (rtx_equal_p (operands[5], operands[3]))
        return \"fmpyadd,sgl %1,%2,%0,%4,%3\";
       else
        return \"fmpyadd,sgl %1,%2,%0,%5,%3\";