IBM Z: Remove unused RRe and RXe mode_attrs
authorIlya Leoshkevich <iii@linux.ibm.com>
Wed, 21 Oct 2020 11:46:04 +0000 (13:46 +0200)
committerIlya Leoshkevich <iii@linux.ibm.com>
Wed, 4 Nov 2020 21:33:30 +0000 (22:33 +0100)
gcc/ChangeLog:

2020-11-03  Ilya Leoshkevich  <iii@linux.ibm.com>

* config/s390/s390.md (RRe): Remove.
(RXe): Remove.

gcc/config/s390/s390.md

index 18edea1ce47497a93291dbfb552ee0547c542fbf..050374980ae9120b677e091e77cc18ba6ad15f44 100644 (file)
 ;; 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.