gimple.h (block_in_transaction): Move to basic-block.h and rename.
authorAndrew MacLeod <amacleod@redhat.com>
Wed, 6 Nov 2013 13:11:14 +0000 (13:11 +0000)
committerAndrew Macleod <amacleod@gcc.gnu.org>
Wed, 6 Nov 2013 13:11:14 +0000 (13:11 +0000)
commit7783daa76cdf6a2a71775b41269b07039b0247a3
tree412636d3b3527f6788001a096f9c0362869817f5
parent3f5c390ddd57a9407fce9b7a471d01972e916367
gimple.h (block_in_transaction): Move to basic-block.h and rename.

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

From-SVN: r204455
gcc/ChangeLog
gcc/basic-block.h
gcc/gimple.h
gcc/tree-ssa-loop-im.c