Fix typos in last change.
authorJeff Law <law@gcc.gnu.org>
Fri, 9 Jul 1993 23:36:57 +0000 (17:36 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 9 Jul 1993 23:36:57 +0000 (17:36 -0600)
From-SVN: r4896

gcc/config/pa/pa.c

index 2841ead1cc1a5b93e82c317b28407d8c50f6b8ec..9bbc3e270ba62f4c4893453979aef2bf5167dee5 100644 (file)
@@ -3576,7 +3576,7 @@ output_movb (operands, insn, which_alternative, reverse_comparison)
        return "copy %1,%0";
       else if (which_alternative == 1)
        {
-         output_asm_insn ("fstws %1,-16(0,%%r30)",operands);
+         output_asm_insn ("stw %1,-16(0,%%r30)",operands);
          return "fldws -16(0,%%r30),%0";
        }
       else
@@ -3631,7 +3631,7 @@ output_movb (operands, insn, which_alternative, reverse_comparison)
       /* Move loop counter from FP register to MEM then into a GR,
         increment the GR, store the GR into MEM, and finally reload
         the FP register from MEM from within the branch's delay slot.  */ 
-      output_asm_insn ("fstws %1,-16(0,%%r30)",operands);
+      output_asm_insn ("stw %1,-16(0,%%r30)",operands);
       if (get_attr_length (insn) == 12)
        return "comb,%S2 0,%1,%3\n\tfldws -16(0,%%r30),%0";
       else