summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/e300c2c3.md
diff options
context:
space:
mode:
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>2014-05-23 16:46:59 +0000
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>2014-05-23 16:46:59 +0000
commit3c428170c6629883fdb5de8908cdb6e0e570afcb (patch)
tree53831f8826a441ce4acf1985b8be94513a0c4073 /gcc/config/rs6000/e300c2c3.md
parent74d4257877f75f4628f2a97fcfc3e239e6cc9be8 (diff)
downloadgcc-3c428170c6629883fdb5de8908cdb6e0e570afcb.tar.gz
rs6000: Make all rlw*nm and rld*c* type shift
They are often labeled just "integer" currently. Fix that. Also handle shift properly in those scheduling descriptions that neglected it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210873 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/e300c2c3.md')
-rw-r--r--gcc/config/rs6000/e300c2c3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/e300c2c3.md b/gcc/config/rs6000/e300c2c3.md
index 6ac585b7d2c..f80ef30df3d 100644
--- a/gcc/config/rs6000/e300c2c3.md
+++ b/gcc/config/rs6000/e300c2c3.md
@@ -93,7 +93,7 @@
;; Other one cycle IU insns
(define_insn_reservation "ppce300c3_iu" 1
(and (ior (eq_attr "type" "integer,insert,isel")
- (and (eq_attr "type" "add,logical")
+ (and (eq_attr "type" "add,logical,shift")
(eq_attr "dot" "no")))
(ior (eq_attr "cpu" "ppce300c2") (eq_attr "cpu" "ppce300c3")))
"ppce300c3_decode,ppce300c3_issue+ppce300c3_iu_stage0+ppce300c3_retire")