summaryrefslogtreecommitdiff
path: root/gcc/gsstruct.def
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2009-11-18 20:28:19 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2009-11-18 20:28:19 +0000
commitbb4efb4dd012d4ec261d70f01a9db5c529cf3569 (patch)
tree9c58c639e717408116931224b234a38959396991 /gcc/gsstruct.def
parent76425f89787b6c313b97bf36be5f288fc32548ff (diff)
downloadgcc-bb4efb4dd012d4ec261d70f01a9db5c529cf3569.tar.gz
gimple.h (union gimple_statement_d): Add gsmembase member.
2009-11-18 Richard Guenther <rguenther@suse.de> * gimple.h (union gimple_statement_d): Add gsmembase member. (gimple_vuse_op): Use gsmembase for access. (gimple_vdef_op): Likewise. (gimple_vuse): Likewise. (gimple_vdef): Likewise. (gimple_vuse_ptr): Likewise. (gimple_vdef_ptr): Likewise. (gimple_set_vuse): Likewise. (gimple_set_vdef): Likewise. * gsstruct.def (GSS_WITH_MEM_OPS_BASE): Add. From-SVN: r154306
Diffstat (limited to 'gcc/gsstruct.def')
-rw-r--r--gcc/gsstruct.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gsstruct.def b/gcc/gsstruct.def
index 29cb90d913c..7fd9547f650 100644
--- a/gcc/gsstruct.def
+++ b/gcc/gsstruct.def
@@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
DEFGSSTRUCT(GSS_BASE, gimple_statement_base, false)
DEFGSSTRUCT(GSS_WITH_OPS, gimple_statement_with_ops, true)
+DEFGSSTRUCT(GSS_WITH_MEM_OPS_BASE, gimple_statement_with_memory_ops_base, false)
DEFGSSTRUCT(GSS_WITH_MEM_OPS, gimple_statement_with_memory_ops, true)
DEFGSSTRUCT(GSS_ASM, gimple_statement_asm, true)
DEFGSSTRUCT(GSS_BIND, gimple_statement_bind, false)