summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/603.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/603.md')
-rw-r--r--gcc/config/rs6000/603.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/rs6000/603.md b/gcc/config/rs6000/603.md
index 0db3f426a2b..871957aa560 100644
--- a/gcc/config/rs6000/603.md
+++ b/gcc/config/rs6000/603.md
@@ -59,7 +59,7 @@
(define_insn_reservation "ppc603-integer" 1
(and (ior (eq_attr "type" "integer,insert,trap,cntlz,exts,isel")
- (and (eq_attr "type" "add,shift")
+ (and (eq_attr "type" "add,logical,shift")
(eq_attr "dot" "no")))
(eq_attr "cpu" "ppc603"))
"iu_603")
@@ -93,8 +93,8 @@
"iu_603*37")
(define_insn_reservation "ppc603-compare" 3
- (and (ior (eq_attr "type" "cmp,fast_compare,compare")
- (and (eq_attr "type" "add,shift")
+ (and (ior (eq_attr "type" "cmp,compare")
+ (and (eq_attr "type" "add,logical,shift")
(eq_attr "dot" "yes")))
(eq_attr "cpu" "ppc603"))
"iu_603,nothing,bpu_603")