diff options
author | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-18 20:28:19 +0000 |
---|---|---|
committer | rguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-11-18 20:28:19 +0000 |
commit | 6968561bee0c5b6ef5a592182867f36c43f9e232 (patch) | |
tree | 9c58c639e717408116931224b234a38959396991 /gcc/gsstruct.def | |
parent | 56f0222074abfbeade8b3263fab2a3e03bf4c7cb (diff) | |
download | gcc-6968561bee0c5b6ef5a592182867f36c43f9e232.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154306 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gsstruct.def')
-rw-r--r-- | gcc/gsstruct.def | 1 |
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) |