gcc/ChangeLog: 2020-11-03 Ilya Leoshkevich <i...@linux.ibm.com>
* config/s390/s390.md (RRe): Remove. (RXe): Remove. --- gcc/config/s390/s390.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index 18edea1ce47..050374980ae 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -721,11 +721,6 @@ (define_mode_attr xde [(TF "x") (DF "d") (SF "e") (TD "x") (DD "d") (SD "e") (V4 ;; SDmode. (define_mode_attr xdee [(TF "x") (DF "d") (SF "ee") (TD "x") (DD "d") (SD "e")]) -;; In FP templates, "<RRe>" will expand to "RRE" in TFmode and "RR" otherwise. -;; Likewise for "<RXe>". -(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. -- 2.25.4