diff options
author | Eric Christopher <echristo@redhat.com> | 2004-05-05 08:37:30 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-05-05 08:37:30 +0000 |
commit | 2e592dceb555fd656742c1fde3fdbdabdcfa87ca (patch) | |
tree | 041745a47d9cd6d61710c66be3ee9cb5354d2960 | |
parent | aaec686eff335071bdb096039c1c3ca28fa1a266 (diff) | |
download | gcc-2e592dceb555fd656742c1fde3fdbdabdcfa87ca.zip gcc-2e592dceb555fd656742c1fde3fdbdabdcfa87ca.tar.gz gcc-2e592dceb555fd656742c1fde3fdbdabdcfa87ca.tar.bz2 |
mips.md: Update the madd define_split for new mflo/mfhi representation.
* config/mips/mips.md: Update the madd define_split for new mflo/mfhi
representation.
From-SVN: r81514
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mips/mips.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7dced81..7aac8dc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-05-05 Eric Christopher <echristo@redhat.com> + + * config/mips/mips.md: Update the madd define_split for new mflo/mfhi + representation. + 2004-05-05 Paolo Bonzini <bonzini@gnu.org> * config/rs6000/rs6000.c (build_opaque_vector_type): diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 0469d4a..9761967 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -1656,7 +1656,7 @@ (clobber (match_dup 4)) (clobber (match_dup 5)) (clobber (match_dup 6))]) - (set (match_dup 0) (match_dup 3))] + (set (match_dup 0) (unspec:SI [(match_dup 5) (match_dup 4)] UNSPEC_MFHILO))] "") (define_insn "*macc" |