diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-10-24 07:41:09 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-10-24 07:41:09 -0400 |
commit | 70e7fabe9e7e2db26a3a25424ada897e4365583f (patch) | |
tree | 6c6ee898bae4340edae7178952ead3823176b969 /gcc | |
parent | 32051ff51c38d3f48ac737c3df09092ab0ab5740 (diff) | |
download | gcc-70e7fabe9e7e2db26a3a25424ada897e4365583f.zip gcc-70e7fabe9e7e2db26a3a25424ada897e4365583f.tar.gz gcc-70e7fabe9e7e2db26a3a25424ada897e4365583f.tar.bz2 |
(GET_MODE_ALIGNMENT): Delete definition; duplicate.
From-SVN: r13026
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/stor-layout.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index c71c473..6f78992 100644 --- a/gcc/stor-layout.c +++ b/gcc/stor-layout.c @@ -51,10 +51,6 @@ int maximum_field_alignment; May be overridden by front-ends. */ int set_alignment = 0; -#define GET_MODE_ALIGNMENT(MODE) \ - MIN (BIGGEST_ALIGNMENT, \ - MAX (1, (GET_MODE_UNIT_SIZE (MODE) * BITS_PER_UNIT))) - static enum machine_mode smallest_mode_for_size PROTO((unsigned int, enum mode_class)); static tree layout_record PROTO((tree)); |