aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSegher Boessenkool <segher@kernel.crashing.org>2015-06-18 20:10:12 +0200
committerSegher Boessenkool <segher@gcc.gnu.org>2015-06-18 20:10:12 +0200
commit861b6407e476c8fbddc5bda37b8b91959f8e86fe (patch)
treefacf1a19571822fa744b52085c2265f373a148b1 /gcc
parent9ebfea12d2ee9263bdbf8ecd8e7b81e562bd3807 (diff)
downloadgcc-861b6407e476c8fbddc5bda37b8b91959f8e86fe.zip
gcc-861b6407e476c8fbddc5bda37b8b91959f8e86fe.tar.gz
gcc-861b6407e476c8fbddc5bda37b8b91959f8e86fe.tar.bz2
* config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
From-SVN: r224629
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/rs6000/rs6000.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f2ba06f..9fdc107 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2015-06-18 Segher Boessenkool <segher@kernel.crashing.org>
+
+ * config/rs6000/rs6000.h (WORD_REGISTER_OPERATIONS): Delete.
+
2015-06-18 Steve Ellcey <sellcey@imgtec.com>
* 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 1b1145f..ef8ff38 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