diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index e48ca3c4436..e8ea8124bf3 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -2652,14 +2652,14 @@ { 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\";