]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gimple.h (struct gimple_statement_base): Align subcode to 16 bits.
authorRichard Biener <rguenther@suse.de>
Tue, 1 Apr 2014 08:52:32 +0000 (08:52 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 1 Apr 2014 08:52:32 +0000 (08:52 +0000)
2014-04-01  Richard Biener  <rguenther@suse.de>

* gimple.h (struct gimple_statement_base): Align subcode to
16 bits.

From-SVN: r208976

gcc/ChangeLog
gcc/gimple.h

index 60da2b1f9c15d5bd663a9a121595b616ddaef8d4..93121803569fe4ab6a020f02bdee7f651dfc6643 100644 (file)
@@ -1,3 +1,8 @@
+2014-04-01  Richard Biener  <rguenther@suse.de>
+
+       * gimple.h (struct gimple_statement_base): Align subcode to
+       16 bits.
+
 2014-04-01  Sebastian Huber  <sebastian.huber@embedded-brains.de>
 
        * doc/invoke.texi (mapp-regs): Clarify.
index 97eec59fcb05e59b095119c11e67fbda0a8bd96a..4a168207144379521a9cc9041fb4e9799266f2a3 100644 (file)
@@ -305,6 +305,9 @@ struct GTY(()) gimple_statement_base {
   /* Nonzero if this statement contains volatile operands.  */
   unsigned has_volatile_ops    : 1;
 
+  /* Padding to get subcode to 16 bit alignment.  */
+  unsigned pad                 : 1;
+
   /* The SUBCODE field can be used for tuple-specific flags for tuples
      that do not require subcodes.  Note that SUBCODE should be at
      least as wide as tree codes, as several tuples store tree codes