diff options
| author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-07 06:41:25 +0000 |
|---|---|---|
| committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-10-07 06:41:25 +0000 |
| commit | 873355abcbfb3ebbdd4292c4c5752e84816b9645 (patch) | |
| tree | 3148163d54e29155d6a6699c887ae99395a79d59 | |
| parent | cde5a3a06903346ad26d866abb2d57c0bd7fd077 (diff) | |
| download | ppe42-gcc-873355abcbfb3ebbdd4292c4c5752e84816b9645.tar.gz ppe42-gcc-873355abcbfb3ebbdd4292c4c5752e84816b9645.zip | |
PR target/17770
* config/mips/mips.md (mov_<load>l): Remove hazard=none attribute.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88670 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/mips/mips.md | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b8acfbec67..22a410aec5f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-10-07 Richard Sandiford <rsandifo@redhat.com> + + PR target/17770 + * config/mips/mips.md (mov_<load>l): Remove hazard=none attribute. + 2004-10-07 Zdenek Dvorak <dvorakz@suse.cz> PR rtl-optimization/17791 diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index 70428ae78ed..3bcc72a6f90 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -2828,8 +2828,7 @@ beq\t%2,%.,1b\;\ "!TARGET_MIPS16" "<load>l\t%0,%2" [(set_attr "type" "load") - (set_attr "mode" "<MODE>") - (set_attr "hazard" "none")]) + (set_attr "mode" "<MODE>")]) (define_insn "mov_<load>r" [(set (match_operand:GPR 0 "register_operand" "=d") |

