PR tree-optimization/52558
commit61025ec0db46495b46c898f65d33713364b146ae
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 May 2012 19:46:43 +0000 (31 19:46 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 31 May 2012 19:46:43 +0000 (31 19:46 +0000)
tree1ad67e950a74a6bc950bbf5f91748e6acbf640b9
parent06e4a26520d5141cc7edea18cdbf6a6e28fc5d2a
    PR tree-optimization/52558
        * cfg.c (alloc_aux_for_edge): Fix comment.
        (alloc_aux_for_edge): Remove static.
        * basic-block.h (alloc_aux_for_edge): Protoize.
        * tree-ssa-loop-im.c (execute_sm_if_changed): New.
        (execute_sm_if_changed_flag): New.
        (execute_sm_if_changed_flag_set): New.
        (execute_sm): Do not generate data races unless requested.
        (tree_ssa_lim_initialize): Call alloc_aux_for_edges.
        (tree_ssa_lim_finalize): Call free_aux_for_edges.
        * gimple.h (block_in_transaction): New.
        (gimple_in_transaction): Use block_in_transaction.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188081 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/cfg.c
gcc/gimple.h
gcc/testsuite/gcc.dg/pr52558-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr52558-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tm/reg-promotion.c [new file with mode: 0644]
gcc/tree-ssa-loop-im.c