]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c (SSANAMES...
authorAndrew MacLeod <amacleod@redhat.com>
Thu, 12 Sep 2013 13:30:31 +0000 (13:30 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Thu, 12 Sep 2013 13:30:31 +0000 (13:30 +0000)
commitb12ebd96ba91490e361a139dca9d0fc17a67312f
treee3ce39c8fbda173b827c7f34d8c74d43cf39f543
parent0e2cd22d3dcffb2c2182bdbdf835644d2b862564
tree-flow.h (FREE_SSANAMES): Move to tree-ssanames.c (SSANAMES...

* 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.

From-SVN: r202527
gcc/ChangeLog
gcc/Makefile.in
gcc/tree-flow-inline.h
gcc/tree-flow.h
gcc/tree-ssa-alias.h
gcc/tree-ssa.h
gcc/tree-ssanames.c
gcc/tree-ssanames.h [new file with mode: 0644]