aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/function.h')
-rw-r--r--gcc-4.4.3/gcc/function.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc-4.4.3/gcc/function.h b/gcc-4.4.3/gcc/function.h
index 2e2542b13..967846707 100644
--- a/gcc-4.4.3/gcc/function.h
+++ b/gcc-4.4.3/gcc/function.h
@@ -521,6 +521,10 @@ struct function GTY(())
/* Used types hash table. */
htab_t GTY ((param_is (union tree_node))) used_types_hash;
+ /* Map between variables synthesized in stack_overlay to the original
+ variables. Used in RTL emission.*/
+ htab_t GTY ((param_is (struct overlay_decl_mapping))) union_decl_list_map;
+
/* Last statement uid. */
int last_stmt_uid;