aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Demetriou <cgd@broadcom.com>2004-05-05 23:15:27 +0000
committerChris Demetriou <cgd@gcc.gnu.org>2004-05-05 16:15:27 -0700
commit4a6f766df4655e290e588683e2e940c73cf6588f (patch)
treecebacbf761b7c390deadddddfca68e8ed25b6de0
parentfdd695fdb4650c6221ed38e952fa0fe00a214afa (diff)
downloadgcc-4a6f766df4655e290e588683e2e940c73cf6588f.zip
gcc-4a6f766df4655e290e588683e2e940c73cf6588f.tar.gz
gcc-4a6f766df4655e290e588683e2e940c73cf6588f.tar.bz2
mips.md: Update the msub define_split for new mflo/mfhi representation.
2004-05-05 Chris Demetriou <cgd@broadcom.com> * config/mips/mips.md: Update the msub define_split for new mflo/mfhi representation. From-SVN: r81544
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/mips.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 05aa794..4572c4b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-05 Chris Demetriou <cgd@broadcom.com>
+
+ * config/mips/mips.md: Update the msub define_split for new mflo/mfhi
+ representation.
+
2004-05-06 Paul Brook <paul@codesourcery.com>
* config/arm/arm-protots.h (vfp_mem_operand): Rename ...
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md
index 9761967..cdb5005 100644
--- a/gcc/config/mips/mips.md
+++ b/gcc/config/mips/mips.md
@@ -1883,7 +1883,7 @@
(clobber (match_dup 4))
(clobber (match_dup 5))
(clobber (match_dup 6))])
- (set (match_dup 0) (match_dup 1))]
+ (set (match_dup 0) (unspec:SI [(match_dup 5) (match_dup 4)] UNSPEC_MFHILO))]
"")
(define_insn "*muls"