From: Ilya Leoshkevich Date: Wed, 21 Oct 2020 11:46:04 +0000 (+0200) Subject: IBM Z: Remove unused RRe and RXe mode_attrs X-Git-Tag: upstream/12.2.0~12228 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=88ea64e941562db4389bd3c2932b0194526e93e7;p=platform%2Fupstream%2Fgcc.git IBM Z: Remove unused RRe and RXe mode_attrs gcc/ChangeLog: 2020-11-03 Ilya Leoshkevich * config/s390/s390.md (RRe): Remove. (RXe): Remove. --- diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index 18edea1..0503749 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -721,11 +721,6 @@ ;; SDmode. (define_mode_attr xdee [(TF "x") (DF "d") (SF "ee") (TD "x") (DD "d") (SD "e")]) -;; In FP templates, "" will expand to "RRE" in TFmode and "RR" otherwise. -;; Likewise for "". -(define_mode_attr RRe [(TF "RRE") (DF "RR") (SF "RR")]) -(define_mode_attr RXe [(TF "RXE") (DF "RX") (SF "RX")]) - ;; The decimal floating point variants of add, sub, div and mul support 3 ;; fp register operands. The following attributes allow to merge the bfp and ;; dfp variants in a single insn definition.