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:
parent
aaec686eff
commit
2e592dceb5
@ -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):
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user