aboutsummaryrefslogtreecommitdiff
path: root/gcc/cselib.h
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2004-03-30 19:19:06 +0000
committerZack Weinberg <zack@gcc.gnu.org>2004-03-30 19:19:06 +0000
commit1431042ef1f76baf550557885af9945aa76148e8 (patch)
treeeb5c785a332c675110a75f8bdba7609d72204214 /gcc/cselib.h
parent9ffab06b25e310701c8fd82d2c65e265b49ba299 (diff)
downloadgcc-1431042ef1f76baf550557885af9945aa76148e8.zip
gcc-1431042ef1f76baf550557885af9945aa76148e8.tar.gz
gcc-1431042ef1f76baf550557885af9945aa76148e8.tar.bz2
gengtype.c (create_option): New function.
* gengtype.c (create_option): New function. * gengtype.h: Prototype it. * gengtype-yacc.y (stringseq): New rule. (option): Use create_option. Add new bare ID production. Use stringseq, not STRING directly. * alias.c, bitmap.c, c-decl.c, cgraph.h, cpplib.h, cselib.h * dwarf2out.c, emit-rtl.c, function.h, lists.c, tree.h * varray.h, config/alpha/alpha.c, cp/name-lookup.c, cp/parser.c * f/com.c, java/builtins.c, java/expr.c, java/jcf.h, java/parse.h: Use new shorter form of GTY markers. * doc/gty.texi: Rewrite. From-SVN: r80091
Diffstat (limited to 'gcc/cselib.h')
-rw-r--r--gcc/cselib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cselib.h b/gcc/cselib.h
index 3dea471a..1efbaa7 100644
--- a/gcc/cselib.h
+++ b/gcc/cselib.h
@@ -29,7 +29,7 @@ typedef struct cselib_val_struct GTY(())
/* A VALUE rtx that points back to this structure. */
rtx GTY ((tag ("1"))) val_rtx;
/* Used to keep a list of free cselib_val structures. */
- struct cselib_val_struct * GTY ((skip (""))) next_free;
+ struct cselib_val_struct * GTY ((skip)) next_free;
} GTY ((desc ("1"))) u;
/* All rtl expressions that hold this value at the current time during a