OSDN Git Service

Fix typos in last change.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jan 1993 21:58:24 +0000 (21:58 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jan 1993 21:58:24 +0000 (21:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3127 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/pa/pa.md

index e48ca3c..e8ea812 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\";