diff options
author | liuhongt <hongtao.liu@intel.com> | 2021-09-13 13:04:19 +0800 |
---|---|---|
committer | liuhongt <hongtao.liu@intel.com> | 2021-09-13 13:50:40 +0800 |
commit | 7f8ee895349f4e14aa315ac4de2889c511a84c91 (patch) | |
tree | c9de1073ad324b383f04795dbba2e6fab526551f /gcc | |
parent | e1ab9289be4f14b838d76a9a2be129deca82e11c (diff) | |
download | gcc-7f8ee895349f4e14aa315ac4de2889c511a84c91.zip gcc-7f8ee895349f4e14aa315ac4de2889c511a84c91.tar.gz gcc-7f8ee895349f4e14aa315ac4de2889c511a84c91.tar.bz2 |
[i386] Remove UNSPEC_{COPYSIGN,XORSIGN}.
gcc/ChangeLog:
* config/i386/i386.md: (UNSPEC_COPYSIGN): Remove.
(UNSPEC_XORSIGN): Ditto.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/i386.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index c415487..13f6f57 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -129,8 +129,6 @@ UNSPEC_SCALEF ;; Generic math support - UNSPEC_COPYSIGN - UNSPEC_XORSIGN UNSPEC_IEEE_MIN ; not commutative UNSPEC_IEEE_MAX ; not commutative |