]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-cfg.c
cfghooks.c (lv_flush_pending_stmts, [...]): New.
authorMostafa Hagog <mustafa@il.ibm.com>
Sun, 3 Apr 2005 08:44:33 +0000 (08:44 +0000)
committerMostafa Hagog <hagog@gcc.gnu.org>
Sun, 3 Apr 2005 08:44:33 +0000 (08:44 +0000)
commit1cb7dfc3b3c1506c0fc3cef33b8571f2eefd549c
tree0b472172f6a31148aad4e01247e8d9a83810ecd0
parent2be74e4108a753c5b5117e4de6b6bbe2c8f01b36
cfghooks.c (lv_flush_pending_stmts, [...]): New.

2005-03-30 Mostafa Hagog <mustafa@il.ibm.com>

        * cfghooks.c (lv_flush_pending_stmts,
        cfg_hook_duplicate_loop_to_header_edge, extract_cond_bb_edges,
        lv_adjust_loop_header_phi, lv_add_condition_to_bb): New.
        * cfghooks.h (cfg_hook_duplicate_loop_to_header_edge,
        lv_add_condition_to_bb,
        lv_adjust_loop_header_phi, extract_cond_bb_edges,
        flush_pending_stmts): New in cfg_hooks structure.
        (cfg_hook_duplicate_loop_to_header_edge, lv_flush_pending_stmts,
        extract_cond_bb_edges, lv_adjust_loop_header_phi,
        lv_add_condition_to_bb): New declarations.
        * cfgloop.h (duplicate_loop_to_header_edge): Change return type to
        bool.
        (loop_version): Declare.
        * cfgloopmanip.c (cfghooks.h): Include.
        (duplicate_loop_to_header_edge): Change return type to bool.
        (loop_version, lv_adjust_loop_entry_edge): Move here.
        * cfgrtl.c (cfgloop.h): Include.
        (rtl_verify_flow_info_1): Fix.
        (rtl_lv_add_condition_to_bb, rtl_extract_cond_bb_edges): New.
        (rtl_cfg_hooks, cfg_layout_rtl_cfg_hook): Add hooks to
        initialization.
        * tree-cfg.c (tree_lv_adjust_loop_header_phi,
        tree_lv_add_condition_to_bb): New.
        (tree_cfg_hooks): Add new hooks to initialization.
        * tree-ssa-loop-manip.c (lv_adjust_loop_header_phi,
        lv_adjust_loop_entry_edge, tree_ssa_loop_version): Remove.

From-SVN: r97481
gcc/ChangeLog
gcc/cfghooks.c
gcc/cfghooks.h
gcc/cfgloop.h
gcc/cfgloopmanip.c
gcc/cfgrtl.c
gcc/tree-cfg.c
gcc/tree-ssa-loop-manip.c
gcc/tree-ssa-loop-unswitch.c