diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-05 08:37:30 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-05-05 08:37:30 +0000 |
commit | b72580db4cbc20b5a2ecf41db7a0ba6998989e46 (patch) | |
tree | 041745a47d9cd6d61710c66be3ee9cb5354d2960 /gcc/config/mips | |
parent | 08dba3cc4c566cd254406bf5a6549517a839f141 (diff) | |
download | gcc-b72580db4cbc20b5a2ecf41db7a0ba6998989e46.tar.gz |
* 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
Diffstat (limited to 'gcc/config/mips')
-rw-r--r-- | gcc/config/mips/mips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 0469d4a3469..9761967f3d8 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" |