summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-13 22:48:56 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2006-03-13 22:48:56 +0000
commit754a0dcdfd44d0512fd1382fbfdc7a71a5b9b0b9 (patch)
tree308af34661913665221dcd59773ef90c4bef526e
parentb01f72f32ae72d8b3c5a5b76693b696ab3fa2cb3 (diff)
downloadppe42-gcc-754a0dcdfd44d0512fd1382fbfdc7a71a5b9b0b9.tar.gz
ppe42-gcc-754a0dcdfd44d0512fd1382fbfdc7a71a5b9b0b9.zip
* config/mips/mips.md (*branch_fp): Use %Z2 for the condition.
(*branch_fp_inverted): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112027 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/mips.md8
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2d47b362156..8325f0fed4a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index 01653d62143..cc327f95aee 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")])
OpenPOWER on IntegriCloud