[PATCH] Refactoring FSM bits into their own file
commit0732f75fce0fb24a4989b510d57ebd2b05c1a67f
authorJeff Law <law@redhat.com>
Mon, 12 Oct 2015 01:17:51 +0000 (11 19:17 -0600)
committerJeff Law <law@gcc.gnu.org>
Mon, 12 Oct 2015 01:17:51 +0000 (11 19:17 -0600)
tree86e6f50206bca4e720230f106668d3606296f1e2
parentf29dc665c7db077b8748fec1eae8fbe39d1b57b7
[PATCH] Refactoring FSM bits into their own file

[PATCH] Refactoring FSM bits into their own file
* tree-ssa-threadedge.c (fsm_find_thread_path): Moved from here into
tree-ssa-threadbackward.c.
(fsm_find_control_statement_thread_paths): Likewise.
(thread_through_normal_block): Break out FSM bits and move them
into a new function in tree-ssa-threadbackward.c.  Call new function
instead.
Minimize header file usage.
* tree-ssa-threadbackward.h: New file.
* tree-ssa-threadbackward.c: Likewise.
* Makefile.in (OBJS): Add tree-ssa-threadbackward.o

From-SVN: r228700
gcc/ChangeLog
gcc/Makefile.in
gcc/tree-ssa-threadbackward.c [new file with mode: 0644]
gcc/tree-ssa-threadbackward.h [new file with mode: 0644]
gcc/tree-ssa-threadedge.c