* tree.h (DECL_ALIGN): Back out previous change.
authorGeoffrey Keating <geoffk@apple.com>
Tue, 3 Jul 2007 21:00:01 +0000 (21:00 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 3 Jul 2007 21:00:01 +0000 (21:00 +0000)
From-SVN: r126276

gcc/ChangeLog
gcc/tree.h

index a822caa9d22eb69280819de9c71d2c0fd1e77b71..89cfc69240ae1987c8ec94d77bd7e570350d3e74 100644 (file)
@@ -1,3 +1,7 @@
+2007-07-03  Geoffrey Keating  <geoffk@apple.com>
+
+       * tree.h (DECL_ALIGN): Back out previous change.
+
 2007-07-03  Joseph Myers  <joseph@codesourcery.com>
 
        * configure.ac: Test for .dtprelword support on MIPS.
index 98457792771ea4088d5522ada495a7f43c07cddd..a28f20b3af962e4ca27fbac7ac023462c55e087e 100644 (file)
@@ -2586,7 +2586,7 @@ struct tree_memory_partition_tag GTY(())
 /* Likewise for the size in bytes.  */
 #define DECL_SIZE_UNIT(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.size_unit)
 /* Holds the alignment required for the datum, in bits.  */
-#define DECL_ALIGN(NODE) (TREE_NOT_CHECK (DECL_COMMON_CHECK (NODE), FUNCTION_DECL)->decl_common.u1.a.align)
+#define DECL_ALIGN(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.u1.a.align)
 /* The alignment of NODE, in bytes.  */
 #define DECL_ALIGN_UNIT(NODE) (DECL_ALIGN (NODE) / BITS_PER_UNIT)
 /* For FIELD_DECLs, off_align holds the number of low-order bits of