diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-01 02:33:13 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-01 02:33:13 +0000 |
commit | c9e1a04882fddc9c536ec918781f4ce178956a78 (patch) | |
tree | 737ec79a7682fc9ba6748959af7ccb8ed03d759d /gcc/config/mips/5500.md | |
parent | ea780751e87a2e34dfb447eab1eed34cfe2e46b1 (diff) | |
download | gcc-c9e1a04882fddc9c536ec918781f4ce178956a78.tar.gz |
Merge from rewrite branch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66318 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/5500.md')
-rw-r--r-- | gcc/config/mips/5500.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/5500.md b/gcc/config/mips/5500.md index 8023b9a6064..dc85356d98b 100644 --- a/gcc/config/mips/5500.md +++ b/gcc/config/mips/5500.md @@ -57,7 +57,7 @@ (define_insn_reservation "ir_vr55_arith" 1 (and (eq_attr "cpu" "r5500") - (eq_attr "type" "arith,darith,icmp,nop")) + (eq_attr "type" "arith,darith,const,icmp,nop")) "vr55_dp0|vr55_dp1") (define_insn_reservation "ir_vr55_imul_si" 3 |