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 7c14c63..051394e 100644 --- a/gcc/config/rs6000/e500mc.md +++ b/gcc/config/rs6000/e500mc.md @@ -91,7 +91,7 @@ ;; Multiply. (define_insn_reservation "e500mc_multiply" 4 - (and (eq_attr "type" "imul,imul2,imul3,imul_compare") + (and (eq_attr "type" "mul") (eq_attr "cpu" "ppce500mc")) "e500mc_decode,e500mc_issue+e500mc_mu_stage0,e500mc_mu_stage1,\ e500mc_mu_stage2,e500mc_mu_stage3+e500mc_retire") |