summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
diff options
context:
space:
mode:
authorRamana Radhakrishnan <ramana.radhakrishnan@arm.com>2010-07-13 09:48:58 +0000
committerRamana Radhakrishnan <ramana@gcc.gnu.org>2010-07-13 09:48:58 +0000
commit6d06590db7d87474cc9ff2b685743af067e72628 (patch)
tree8a0b68433a0b70a92e0878e435e94b02454b7d1c /gcc/expmed.c
parentea2d8f125470dabe1f33a4865ce7a81e27de4408 (diff)
downloadgcc-6d06590db7d87474cc9ff2b685743af067e72628.tar.gz
expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h.
2010-07-13 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> * expmed.c (MAX_BITS_PER_WORD): Moved to expmed.h. * expmed.h (MAX_BITS_PER_WORD): Moved from expmed.c From-SVN: r162133
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r--gcc/expmed.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c
index 186cf01777a..e6b30e42b2a 100644
--- a/gcc/expmed.c
+++ b/gcc/expmed.c
@@ -69,13 +69,6 @@ static rtx expand_sdiv_pow2 (enum machine_mode, rtx, HOST_WIDE_INT);
#define SLOW_UNALIGNED_ACCESS(MODE, ALIGN) STRICT_ALIGNMENT
#endif
-/* For compilers that support multiple targets with different word sizes,
- MAX_BITS_PER_WORD contains the biggest value of BITS_PER_WORD. An example
- is the H8/300(H) compiler. */
-
-#ifndef MAX_BITS_PER_WORD
-#define MAX_BITS_PER_WORD BITS_PER_WORD
-#endif
/* Reduce conditional compilation elsewhere. */
#ifndef HAVE_insv