diff options
Diffstat (limited to 'gcc/config/rs6000/476.md')
-rw-r--r-- | gcc/config/rs6000/476.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/476.md b/gcc/config/rs6000/476.md index 41cd247b591..dd39bc25655 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" "shift") + (and (eq_attr "type" "add,shift") (eq_attr "dot" "no"))) (eq_attr "cpu" "ppc476")) "ppc476_issue,\ @@ -79,7 +79,7 @@ (define_insn_reservation "ppc476-compare" 4 (and (ior (eq_attr "type" "compare,fast_compare,mfcr,mfcrf,\ mtcr,mfjmpr,mtjmpr") - (and (eq_attr "type" "shift") + (and (eq_attr "type" "add,shift") (eq_attr "dot" "yes"))) (eq_attr "cpu" "ppc476")) "ppc476_issue,\ |