aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mips
diff options
context:
space:
mode:
authorRichard Sandiford <richard@codesourcery.com>2006-03-13 22:48:56 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2006-03-13 22:48:56 +0000
commit94c5a84153af895ba99c7de5ebd2448e4d80c4d5 (patch)
tree308af34661913665221dcd59773ef90c4bef526e /gcc/config/mips
parent11a5f60849d2c6b080eac43e496ffec1b3e93219 (diff)
downloadgcc-94c5a84153af895ba99c7de5ebd2448e4d80c4d5.zip
gcc-94c5a84153af895ba99c7de5ebd2448e4d80c4d5.tar.gz
gcc-94c5a84153af895ba99c7de5ebd2448e4d80c4d5.tar.bz2
mips.md (*branch_fp): Use %Z2 for the condition.
* config/mips/mips.md (*branch_fp): Use %Z2 for the condition. (*branch_fp_inverted): Likewise. From-SVN: r112027
Diffstat (limited to 'gcc/config/mips')
-rw-r--r--gcc/config/mips/mips.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index 01653d6..cc327f9 100644
--- a/gcc/config/mips/mips.md
+++ b/gcc/config/mips/mips.md
@@ -4284,8 +4284,8 @@
"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")])
@@ -4301,8 +4301,8 @@
"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")])