diff options
Diffstat (limited to 'gcc/config/rs6000/rios2.md')
-rw-r--r-- | gcc/config/rs6000/rios2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/rios2.md b/gcc/config/rs6000/rios2.md index 74f55816c13..e45c40591e8 100644 --- a/gcc/config/rs6000/rios2.md +++ b/gcc/config/rs6000/rios2.md @@ -44,7 +44,7 @@ "iu1_rios2|iu2_rios2") (define_insn_reservation "rios2-imul" 2 - (and (eq_attr "type" "imul,imul2,imul3") + (and (eq_attr "type" "imul,imul2,imul3,mult_compare") (eq_attr "cpu" "rios2")) "iu1_rios2*2") |