stor-layout.c (set_alignment): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 7 Mar 2005 13:59:50 +0000 (13:59 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 7 Mar 2005 13:59:50 +0000 (13:59 +0000)
* stor-layout.c (set_alignment): Remove.
* tree.h: Remove the corresponding prototype.

From-SVN: r96018

gcc/ChangeLog
gcc/stor-layout.c
gcc/tree.h

index 2a089eb53933b0054be1c5fc7b040285d09b1b89..5caa4ca87f1b24f50b66024ae3640fee3d9ad6ca 100644 (file)
@@ -24,6 +24,9 @@
 
        * tree-ssa-operands.c (check_build_stmt): Remove.
 
+       * stor-layout.c (set_alignment): Remove.
+       * tree.h: Remove the corresponding prototype.
+
 2005-03-07  David Billinghurst <David.Billinghurst@riotinto.com>
 
        * config/i386/cygwin1.c(mingw_scan): Use xstrdup in calls to putenv.
index 66395a9c86be0c30be4d0b8a7c4d4eaba631adeb..a26d4d1c7d63fead36f9b21f11922a3814e522e0 100644 (file)
@@ -47,10 +47,6 @@ unsigned int maximum_field_alignment = TARGET_DEFAULT_PACK_STRUCT * BITS_PER_UNI
 /* ... and its original value in bytes, specified via -fpack-struct=<value>.  */
 unsigned int initial_max_fld_align = TARGET_DEFAULT_PACK_STRUCT;
 
-/* If nonzero, the alignment of a bitstring or (power-)set value, in bits.
-   May be overridden by front-ends.  */
-unsigned int set_alignment = 0;
-
 /* Nonzero if all REFERENCE_TYPEs are internal and hence should be
    allocated in Pmode, not ptr_mode.   Set only by internal_reference_types
    called only by a front end.  */
index 2592e613aeee2269eb1cedeeebeb70152f3441fc..acbfc93eaa68f715d6b81a70fde8ee499df82413 100644 (file)
@@ -3215,9 +3215,6 @@ extern unsigned int maximum_field_alignment;
 /* and its original value in bytes, specified via -fpack-struct=<value>.  */
 extern unsigned int initial_max_fld_align;
 
-/* If nonzero, the alignment of a bitstring or (power-)set value, in bits.  */
-extern unsigned int set_alignment;
-
 /* Concatenate two lists (chains of TREE_LIST nodes) X and Y
    by making the last node in X point to Y.
    Returns X, except if X is 0 returns Y.  */