mips.md (*branch_fp): Use %Z2 for the condition.
authorRichard Sandiford <richard@codesourcery.com>
Mon, 13 Mar 2006 22:48:56 +0000 (22:48 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 13 Mar 2006 22:48:56 +0000 (22:48 +0000)
* config/mips/mips.md (*branch_fp): Use %Z2 for the condition.
(*branch_fp_inverted): Likewise.

From-SVN: r112027

gcc/ChangeLog
gcc/config/mips/mips.md

index 2d47b362156eb2649e4d2c0530ba321d3ee7abbf..8325f0fed4a114491bcb4ad7dafe8072c80361e8 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-13  Richard Sandiford  <richard@codesourcery.com>
+
+       * config/mips/mips.md (*branch_fp): Use %Z2 for the condition.
+       (*branch_fp_inverted): Likewise.
+
 2006-03-13  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/25989
index 01653d621434158e1132246a02c13089bca3b00f..cc327f95aee75a7b94ce2a207ffc9649afe88d5f 100644 (file)
   "TARGET_HARD_FLOAT"
 {
   return mips_output_conditional_branch (insn, operands,
-                                        MIPS_BRANCH ("b%F0", "%2,%1"),
-                                        MIPS_BRANCH ("b%W0", "%2,%1"));
+                                        MIPS_BRANCH ("b%F0", "%Z2%1"),
+                                        MIPS_BRANCH ("b%W0", "%Z2%1"));
 }
   [(set_attr "type" "branch")
    (set_attr "mode" "none")])
   "TARGET_HARD_FLOAT"
 {
   return mips_output_conditional_branch (insn, operands,
-                                        MIPS_BRANCH ("b%W0", "%2,%1"),
-                                        MIPS_BRANCH ("b%F0", "%2,%1"));
+                                        MIPS_BRANCH ("b%W0", "%Z2%1"),
+                                        MIPS_BRANCH ("b%F0", "%Z2%1"));
 }
   [(set_attr "type" "branch")
    (set_attr "mode" "none")])