From: rsandifo Date: Wed, 5 May 2004 08:37:30 +0000 (+0000) Subject: * config/mips/mips.md: Update the madd define_split for new mflo/mfhi X-Git-Tag: upstream/4.9.2~71446 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b72580db4cbc20b5a2ecf41db7a0ba6998989e46;p=platform%2Fupstream%2Flinaro-gcc.git * config/mips/mips.md: Update the madd define_split for new mflo/mfhi representation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81514 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + + * config/mips/mips.md: Update the madd define_split for new mflo/mfhi + representation. + 2004-05-05 Paolo Bonzini * 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"