(struct rtx_def) [ONLY_INT_FIELDS]: Handle CODE_FIELD_BUG.
authorRichard Stallman <rms@gnu.org>
Sun, 13 Dec 1992 01:44:12 +0000 (01:44 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 13 Dec 1992 01:44:12 +0000 (01:44 +0000)
From-SVN: r2872

gcc/rtl.h

index dcc359c7b805d9885c8efb7c64aaaff9bf2eb2b2..8ee49f1b898b0ffe2690340ab05b8b6ab0af8593 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -68,7 +68,11 @@ typedef union rtunion_def
 typedef struct rtx_def
 {
 #ifdef ONLY_INT_FIELDS
+#ifdef CODE_FIELD_BUG
+  unsigned int code : 16;
+#else
   unsigned short code;
+#endif
 #else
   /* The kind of expression this is.  */
   enum rtx_code code : 16;