* gimple.h (block_in_transaction): Move to basic-block.h and rename.
commitc927329e513aa7761f059d99753f5ba32544912c
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Nov 2013 13:11:14 +0000 (6 13:11 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Nov 2013 13:11:14 +0000 (6 13:11 +0000)
tree412636d3b3527f6788001a096f9c0362869817f5
parent4a8f88ff0c38b6acf5d0c6d5c43c5a6071eeb2ff
* gimple.h (block_in_transaction): Move to basic-block.h and rename.
(gimple_in_transaction): Use bb_in_transaction.
* basic-block.h (bb_in_transaction): Relocate here and rename.
* tree-ssa-loop-im.c (execute_sm): Use bb_in_transaction.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204455 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/gimple.h
gcc/tree-ssa-loop-im.c