diff options
author | Kenneth Zadeck <zadeck@naturalbridge.com> | 2004-10-25 22:04:02 +0000 |
---|---|---|
committer | Kenneth Zadeck <zadeck@gcc.gnu.org> | 2004-10-25 22:04:02 +0000 |
commit | 85c33455eaf3dc5cb7eb98fa740a7d6c3253e90b (patch) | |
tree | f5edf79871bab25c355ea8297998d125638f8c5c /gcc/tree-flow.h | |
parent | 218d1537056146abf3b2e386d314375346218571 (diff) | |
download | gcc-85c33455eaf3dc5cb7eb98fa740a7d6c3253e90b.zip gcc-85c33455eaf3dc5cb7eb98fa740a7d6c3253e90b.tar.gz gcc-85c33455eaf3dc5cb7eb98fa740a7d6c3253e90b.tar.bz2 |
patch to remove the analysis of module level static variables.
From-SVN: r89559
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 4db7fa9..14b5972 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -200,11 +200,6 @@ struct var_ann_d GTY(()) live at the same time and this can happen for each call to the dominator optimizer. */ tree current_def; - - /* Pointer to the structure that contains the sets of global - variables modified by function calls. This field is only used - for FUNCTION_DECLs. */ - static_vars_info_t static_vars_info; }; |