[AArch64] Delete obsolete CC_ZESWP and CC_SESWP CC modes
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Fri, 27 May 2016 08:42:01 +0000 (08:42 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Fri, 27 May 2016 08:42:01 +0000 (08:42 +0000)
commit2aca2504814648927ab560f75e564b69835e0514
tree2e2787bc771e961927cd09ad8452197b6a3193cb
parent09867e186ea3a705abbdd095d793d6613d0609b6
[AArch64] Delete obsolete CC_ZESWP and CC_SESWP CC modes

* config/aarch64/aarch64-modes.def (CC_ZESWP, CC_SESWP): Delete.
* config/aarch64/aarch64.c (aarch64_select_cc_mode): Remove condition
that returns CC_SESWPmode and CC_ZESWPmode.
(aarch64_get_condition_code_1): Remove handling of CC_SESWPmode
and CC_SESWPmode.
(aarch64_rtx_costs): Likewise.

From-SVN: r236809
gcc/ChangeLog
gcc/config/aarch64/aarch64-modes.def
gcc/config/aarch64/aarch64.c