From: Richard Kenner Date: Thu, 24 Oct 1996 11:41:09 +0000 (-0400) Subject: (GET_MODE_ALIGNMENT): Delete definition; duplicate. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=70e7fabe9e7e2db26a3a25424ada897e4365583f;p=gcc.git (GET_MODE_ALIGNMENT): Delete definition; duplicate. From-SVN: r13026 --- diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c index c71c4739784..6f78992da10 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));