diff options
author | Richard Henderson <rth@redhat.com> | 2002-04-24 10:44:39 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-04-24 10:44:39 -0700 |
commit | 120eaf28cd945e6c0a8cc02bc275c4e6dd614116 (patch) | |
tree | b5ee25afb2871b4cb7bef60ff1f16a0654f8d44e | |
parent | e732178cb8bd3c46c2b07b52bd1830e8155a45cb (diff) | |
download | gcc-120eaf28cd945e6c0a8cc02bc275c4e6dd614116.zip gcc-120eaf28cd945e6c0a8cc02bc275c4e6dd614116.tar.gz gcc-120eaf28cd945e6c0a8cc02bc275c4e6dd614116.tar.bz2 |
* config/mips/mips.md (movdi_usd): Renumber.
From-SVN: r52723
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/mips/mips.md | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8482554..5e39a7c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-04-24 Richard Henderson <rth@redhat.com> + + * config/mips/mips.md (movdi_usd): Renumber. + 2002-04-24 David S. Miller <davem@redhat.com> PR target/6420 diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index c90109f..34566ff 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -29,10 +29,11 @@ ;; UNSPEC values used in mips.md ;; Number USE ;; 0 movsi_ul -;; 1 movsi_us, get_fnaddr +;; 1 movsi_usw, get_fnaddr ;; 2 reload_in*, reload_out* : sets delay on HILO register ;; 3 eh_set_return ;; 20 builtin_setjmp_setup +;; 111 movdi_usd ;; ;; UNSPEC_VOLATILE values ;; 0 blockage @@ -4918,7 +4919,7 @@ move\\t%0,%z4\\n\\ (define_insn "movdi_usd" [(set (match_operand:BLK 0 "memory_operand" "=R,o") - (unspec:BLK [(match_operand:DI 1 "reg_or_0_operand" "dJ,dJ")] 1))] + (unspec:BLK [(match_operand:DI 1 "reg_or_0_operand" "dJ,dJ")] 111))] "" "* { |