From 861b6407e476c8fbddc5bda37b8b91959f8e86fe Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Thu, 18 Jun 2015 20:10:12 +0200 Subject: [PATCH] * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete. From-SVN: r224629 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f2ba06f61bb..9fdc1076c15 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-06-18 Segher Boessenkool + + * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete. + 2015-06-18 Steve Ellcey * config/mips/mips.c (mips_rtx_costs): Remove HONOR_NAN check. diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 1b1145fb59e..ef8ff38b96a 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -2039,10 +2039,6 @@ do { \ is undesirable. */ #define SLOW_BYTE_ACCESS 1 -/* Define if operations between registers always perform the operation - on the full register even if a narrower mode is specified. */ -#define WORD_REGISTER_OPERATIONS - /* Define if loading in MODE, an integral mode narrower than BITS_PER_WORD will either zero-extend or sign-extend. The value of this macro should be the code that says which one of the two operations is implicitly -- 2.30.2