diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2018-09-27 22:21:06 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2018-09-27 22:21:06 +0200 |
commit | f3f518f2d86c2fe15887b35882f5ae74eb0e1693 (patch) | |
tree | d4b2de3909a9e9d2f1e937e9b835f28c7fb1f318 /gcc | |
parent | eaa17c21bac19e2abbcec9470e1537412a179909 (diff) | |
download | gcc-f3f518f2d86c2fe15887b35882f5ae74eb0e1693.zip gcc-f3f518f2d86c2fe15887b35882f5ae74eb0e1693.tar.gz gcc-f3f518f2d86c2fe15887b35882f5ae74eb0e1693.tar.bz2 |
i386.md (UNSPEC_FLDCW): Remove.
* config/i386/i386.md (UNSPEC_FLDCW): Remove.
From-SVN: r264677
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/config/i386/i386.md | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a53b9a8..f0b82bc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,7 @@ 2018-09-27 Uros Bizjak <ubizjak@gmail.com> - * config/i386/i386.md (FPSR_REG): Remove. + * config/i386/i386.md (FPCR_REG): Remove. + (UNSPEC_FLDCW): Remove. (x86_fnstcw_1): Use (const_int 0) instead of FPCR_REG. (x86_fldcw_1): Remove insn pattern. (fnstenv): Do not clobber FPCR_REG. diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index e85bfc0..2b189c8b 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -102,7 +102,6 @@ UNSPEC_NOTRAP UNSPEC_PARITY UNSPEC_FSTCW - UNSPEC_FLDCW UNSPEC_REP UNSPEC_LD_MPIC ; load_macho_picbase UNSPEC_TRUNC_NOOP |