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
This commit is contained in:
Eric Christopher 2004-05-05 08:37:30 +00:00 committed by Richard Sandiford
parent aaec686eff
commit 2e592dceb5
2 changed files with 6 additions and 1 deletions

View File

@ -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):

View File

@ -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"