diff options
Diffstat (limited to 'gcc/config/rs6000/476.md')
| -rw-r--r-- | gcc/config/rs6000/476.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/rs6000/476.md b/gcc/config/rs6000/476.md index dd39bc2..4c879f4 100644 --- a/gcc/config/rs6000/476.md +++ b/gcc/config/rs6000/476.md @@ -64,7 +64,7 @@ (define_insn_reservation "ppc476-simple-integer" 1 (and (ior (eq_attr "type" "integer,insert,exts") - (and (eq_attr "type" "add,shift") + (and (eq_attr "type" "add,logical,shift") (eq_attr "dot" "no"))) (eq_attr "cpu" "ppc476")) "ppc476_issue,\ @@ -77,9 +77,8 @@ ppc476_i_pipe") (define_insn_reservation "ppc476-compare" 4 - (and (ior (eq_attr "type" "compare,fast_compare,mfcr,mfcrf,\ - mtcr,mfjmpr,mtjmpr") - (and (eq_attr "type" "add,shift") + (and (ior (eq_attr "type" "compare,mfcr,mfcrf,mtcr,mfjmpr,mtjmpr") + (and (eq_attr "type" "add,logical,shift") (eq_attr "dot" "yes"))) (eq_attr "cpu" "ppc476")) "ppc476_issue,\ |
