Commit 2e592dce by Eric Christopher Committed by Richard Sandiford

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
parent aaec686e
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> 2004-05-05 Paolo Bonzini <bonzini@gnu.org>
* config/rs6000/rs6000.c (build_opaque_vector_type): * config/rs6000/rs6000.c (build_opaque_vector_type):
......
...@@ -1656,7 +1656,7 @@ ...@@ -1656,7 +1656,7 @@
(clobber (match_dup 4)) (clobber (match_dup 4))
(clobber (match_dup 5)) (clobber (match_dup 5))
(clobber (match_dup 6))]) (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" (define_insn "*macc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment