diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2010-07-13 19:48:58 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2010-07-13 19:48:58 +0000 |
commit | d146518711160313cc9d82e36be4f82f3b9a0205 (patch) | |
tree | d21465fb7bee041af8446276c85b8598dccd15b7 /gcc/expmed.h | |
parent | 0685e770ac482a9133dee33756755fc8dab1d27a (diff) | |
download | gcc-d146518711160313cc9d82e36be4f82f3b9a0205.zip gcc-d146518711160313cc9d82e36be4f82f3b9a0205.tar.gz gcc-d146518711160313cc9d82e36be4f82f3b9a0205.tar.bz2 |
expmed.h (MAX_BITS_PER_WORD): Move to...
gcc/
* expmed.h (MAX_BITS_PER_WORD): Move to...
* defaults.h (MAX_BITS_PER_WORD): ...here.
From-SVN: r162150
Diffstat (limited to 'gcc/expmed.h')
-rw-r--r-- | gcc/expmed.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/expmed.h b/gcc/expmed.h index bd12cd2..37f5755 100644 --- a/gcc/expmed.h +++ b/gcc/expmed.h @@ -65,14 +65,6 @@ struct mult_cost { || ((X)->cost == (Y)->cost \ && (X)->latency < (Y)->latency)) -/* 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 - /* This structure records a sequence of operations. `ops' is the number of operations recorded. `cost' is their total cost. |