summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/e500mc.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/e500mc.md')
-rw-r--r--gcc/config/rs6000/e500mc.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/rs6000/e500mc.md b/gcc/config/rs6000/e500mc.md
index 580c30d1369..834e0d2ff69 100644
--- a/gcc/config/rs6000/e500mc.md
+++ b/gcc/config/rs6000/e500mc.md
@@ -70,9 +70,8 @@
;; Simple SU insns.
(define_insn_reservation "e500mc_su" 1
- (and (eq_attr "type" "integer,insert,cmp,compare,\
- delayed_compare,var_delayed_compare,fast_compare,\
- shift,trap,var_shift_rotate,cntlz,exts,isel")
+ (and (eq_attr "type" "integer,insert,cmp,compare,fast_compare,\
+ shift,trap,cntlz,exts,isel")
(eq_attr "cpu" "ppce500mc"))
"e500mc_decode,e500mc_issue+e500mc_su_stage0+e500mc_retire")