From e83573abb388801561768ed373c8e43a0f005110 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Fri, 6 Sep 2019 21:43:47 +0200 Subject: [PATCH] rs6000: Delete UNSPEC_MV_CR_OV. This isn't used since 2018. (It's a remnant of paired single support). * config/rs6000/rs6000.md (unspec): Delete UNSPEC_MV_CR_OV. From-SVN: r275477 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000.md | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 045cc0c5bd0..91069bff50a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-09-06 Segher Boessenkool + + * config/rs6000/rs6000.md (unspec): Delete UNSPEC_MV_CR_OV. + 2019-09-06 Segher Boessenkool * config/rs6000/rs6000.c (rs6000_rtx_costs) : Delete. diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 7b39334b95c..f0b0bb4526e 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -63,7 +63,6 @@ UNSPEC_TOC ; address of the TOC (more-or-less) UNSPEC_TOCSLOT ; offset from r1 of toc pointer save slot UNSPEC_MOVSI_GOT - UNSPEC_MV_CR_OV ; move_from_CR_ov_bit UNSPEC_FCTIWZ UNSPEC_FRIM UNSPEC_FRIN -- 2.30.2