diff options
Diffstat (limited to 'gcc/config/rs6000/mpc.md')
-rw-r--r-- | gcc/config/rs6000/mpc.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/mpc.md b/gcc/config/rs6000/mpc.md index f83c752eef7..ffcb7a7bae8 100644 --- a/gcc/config/rs6000/mpc.md +++ b/gcc/config/rs6000/mpc.md @@ -42,7 +42,7 @@ (define_insn_reservation "mpccore-integer" 1 (and (ior (eq_attr "type" "integer,insert,trap,cntlz,exts,isel") - (and (eq_attr "type" "shift") + (and (eq_attr "type" "add,shift") (eq_attr "dot" "no"))) (eq_attr "cpu" "mpccore")) "iu_mpc") @@ -70,7 +70,7 @@ (define_insn_reservation "mpccore-compare" 3 (and (ior (eq_attr "type" "cmp,fast_compare,compare") - (and (eq_attr "type" "shift") + (and (eq_attr "type" "add,shift") (eq_attr "dot" "yes"))) (eq_attr "cpu" "mpccore")) "iu_mpc,nothing,bpu_mpc") |