From 23a22a29441b8b7d948e6ff7c2afb39e6528cfbd Mon Sep 17 00:00:00 2001 From: Hongbin Zheng Date: Mon, 27 Aug 2012 13:49:24 +0000 Subject: Remove the the block_node_iterator of Region, replace it by the block_iterator. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162672 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/RegionInfo.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'include/llvm/Analysis/RegionInfo.h') diff --git a/include/llvm/Analysis/RegionInfo.h b/include/llvm/Analysis/RegionInfo.h index 188d11c..e62040e 100644 --- a/include/llvm/Analysis/RegionInfo.h +++ b/include/llvm/Analysis/RegionInfo.h @@ -473,27 +473,6 @@ public: const_iterator end() const { return children.end(); } //@} - /// @name BasicBlock Node Iterators - /// - /// These iterators iterate over all BasicBlock RegionNodes that are - /// contained in this Region. The iterator also iterates over BasicBlock - /// RegionNodes that are elements of a subregion of this Region. It is - /// therefore called a flat iterator. - //@{ - typedef df_iterator, false, - GraphTraits > > block_node_iterator; - - typedef df_iterator, - false, GraphTraits > > - const_block_node_iterator; - - block_node_iterator block_node_begin(); - block_node_iterator block_node_end(); - - const_block_node_iterator block_node_begin() const; - const_block_node_iterator block_node_end() const; - //@} - /// @name BasicBlock Iterators /// /// These iterators iterate over all BasicBlocks that are contained in this -- cgit v1.1