From: Segher Boessenkool Date: Thu, 18 Jun 2015 18:10:12 +0000 (+0200) Subject: * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=861b6407e476c8fbddc5bda37b8b91959f8e86fe;p=gcc.git * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete. From-SVN: r224629 --- 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