diff options
Diffstat (limited to 'gcc/config/rs6000/e5500.md')
-rw-r--r-- | gcc/config/rs6000/e5500.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/e5500.md b/gcc/config/rs6000/e5500.md index 3cad8bd4667..b0596b60e77 100644 --- a/gcc/config/rs6000/e5500.md +++ b/gcc/config/rs6000/e5500.md @@ -65,7 +65,7 @@ "e5500_decode,e5500_sfx") (define_insn_reservation "e5500_sfx2" 2 - (and (ior (eq_attr "type" "cmp,compare,trap") + (and (ior (eq_attr "type" "cmp,trap") (and (eq_attr "type" "add,logical,exts") (eq_attr "dot" "yes")) (and (eq_attr "type" "shift") |