summaryrefslogtreecommitdiff
path: root/gcc/gimple.h
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-20 09:03:20 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-20 09:03:20 +0000
commit5e958ef834d7021bb90266113a81d3dffb0b4928 (patch)
treea5b855e3e154d72a492bc7f5ffe6f23edc995e8c /gcc/gimple.h
parent6591efde032e36be4aabf3041191984dfe810660 (diff)
downloadgcc-5e958ef834d7021bb90266113a81d3dffb0b4928.tar.gz
2012-08-20 Richard Guenther <rguenther@suse.de>
* gimple.h (gimple_statement_base): Annotate with GTY chain_next. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190525 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gimple.h')
-rw-r--r--gcc/gimple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimple.h b/gcc/gimple.h
index 64ef68e57a1..827103d0eb3 100644
--- a/gcc/gimple.h
+++ b/gcc/gimple.h
@@ -151,7 +151,7 @@ typedef struct
/* Data structure definitions for GIMPLE tuples. NOTE: word markers
are for 64 bit hosts. */
-struct GTY(()) gimple_statement_base {
+struct GTY((chain_next ("%h.next"))) gimple_statement_base {
/* [ WORD 1 ]
Main identifying code for a tuple. */
ENUM_BITFIELD(gimple_code) code : 8;