diff options
Diffstat (limited to 'gcc/config/rs6000/e500mc.md')
| -rw-r--r-- | gcc/config/rs6000/e500mc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/e500mc.md b/gcc/config/rs6000/e500mc.md index 834e0d2..c4c84c6 100644 --- a/gcc/config/rs6000/e500mc.md +++ b/gcc/config/rs6000/e500mc.md @@ -70,7 +70,7 @@ ;; Simple SU insns. (define_insn_reservation "e500mc_su" 1 - (and (eq_attr "type" "integer,insert,cmp,compare,fast_compare,\ + (and (eq_attr "type" "integer,add,insert,cmp,compare,fast_compare,\ shift,trap,cntlz,exts,isel") (eq_attr "cpu" "ppce500mc")) "e500mc_decode,e500mc_issue+e500mc_su_stage0+e500mc_retire") |
