diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2020-10-21 13:46:04 +0200 |
---|---|---|
committer | Ilya Leoshkevich <iii@linux.ibm.com> | 2020-11-04 22:33:30 +0100 |
commit | 88ea64e941562db4389bd3c2932b0194526e93e7 (patch) | |
tree | a2090c18004023122266a6b976f17be6930f64c0 /gcc | |
parent | 9a02d31baa5e83387b3bbfaadca70f4ebc6cce15 (diff) | |
download | gcc-88ea64e941562db4389bd3c2932b0194526e93e7.zip gcc-88ea64e941562db4389bd3c2932b0194526e93e7.tar.gz gcc-88ea64e941562db4389bd3c2932b0194526e93e7.tar.bz2 |
IBM Z: Remove unused RRe and RXe mode_attrs
gcc/ChangeLog:
2020-11-03 Ilya Leoshkevich <iii@linux.ibm.com>
* config/s390/s390.md (RRe): Remove.
(RXe): Remove.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/s390/s390.md | 5 |
1 files changed, 0 insertions, 5 deletions
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, "<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. |