diff options
Diffstat (limited to 'gcc/gsstruct.def')
-rw-r--r-- | gcc/gsstruct.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gsstruct.def b/gcc/gsstruct.def index 18cf403fd4d..d84e0986912 100644 --- a/gcc/gsstruct.def +++ b/gcc/gsstruct.def @@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see Each enum value should correspond with a single member of the union gimple_statement_d. */ -DEFGSSTRUCT(GSS_BASE, gimple_statement_base, false) +DEFGSSTRUCT(GSS_BASE, gimple, 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) |