From 70e7fabe9e7e2db26a3a25424ada897e4365583f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 24 Oct 1996 07:41:09 -0400 Subject: [PATCH] (GET_MODE_ALIGNMENT): Delete definition; duplicate. From-SVN: r13026 --- gcc/stor-layout.c | 4 ---- 1 file changed, 4 deletions(-) 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)); -- 2.30.2