This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 06/14] rs6000: Remove UNSPEC_MV_CR_GT


2017-06-06  Segher Boessenkool  <segher@kernel.crashing.org>

	config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.


---
 gcc/config/rs6000/rs6000.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md
index 108ad8f..997d1fe 100644
--- a/gcc/config/rs6000/rs6000.md
+++ b/gcc/config/rs6000/rs6000.md
@@ -95,7 +95,6 @@ (define_c_enum "unspec"
    UNSPEC_TLSGOTTPREL
    UNSPEC_TLSTLS
    UNSPEC_FIX_TRUNC_TF		; fadd, rounding towards zero
-   UNSPEC_MV_CR_GT		; move_from_CR_gt_bit
    UNSPEC_STFIWX
    UNSPEC_POPCNTB
    UNSPEC_FRES
-- 
1.9.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]