diff options
author | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-12 13:30:31 +0000 |
---|---|---|
committer | amacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-09-12 13:30:31 +0000 |
commit | 9e2e22831c491761f64c8a44c68c77b8e6bc21ad (patch) | |
tree | e3ce39c8fbda173b827c7f34d8c74d43cf39f543 /gcc/tree-ssa.h | |
parent | 1e1ce1176bc83d1b4256589e734fc86321e8b89f (diff) | |
download | gcc-9e2e22831c491761f64c8a44c68c77b8e6bc21ad.tar.gz |
* tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c
(SSANAMES, MODIFIED_NORETURN_CALLS, DEFAULT_DEFS, ptr_info_def,
num_ssa_names, ssa_name): Move to tree-ssanames.h + prototypes.
* tree-flow-inline.h (make_ssa_name, copy_ssa_name, duplicate_ssa_name,
make_temp_ssa_name): move to tree-ssanames.h
* tree-ssa-alias.h: Move prototype.
* tree-ssa.h: Include tree-ssanames.h.
* tree-ssanames.c (FREE_SSANAMES): Move to here.
* tree-ssanames.h: New. Move items from tree-flow*.h
* Makefile.in (tree-ssanames.h): Add to tree-ssanames.o and GTFILES.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202527 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa.h')
-rw-r--r-- | gcc/tree-ssa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-ssa.h b/gcc/tree-ssa.h index c6e458aaca8..457fd6bf5e7 100644 --- a/gcc/tree-ssa.h +++ b/gcc/tree-ssa.h @@ -21,6 +21,7 @@ along with GCC; see the file COPYING3. If not see #define GCC_TREE_SSA_H #include "tree-flow.h" +#include "tree-ssanames.h" /* Mapping for redirected edges. */ struct _edge_var_map { |