forked from OSchip/llvm-project
PostOrderIterator really does depend on Method and BasicBlock. Obviously this
is a huge fixme. llvm-svn: 1682
This commit is contained in:
parent
f48173a875
commit
28d8eb2286
|
@ -122,6 +122,9 @@ ipo_iterator<T> ipo_end(T G){
|
|||
// }
|
||||
//
|
||||
|
||||
#include "llvm/BasicBlock.h" // FIXME!
|
||||
#include "llvm/Method.h" // FIXME!
|
||||
|
||||
typedef std::vector<BasicBlock*>::reverse_iterator rpo_iterator;
|
||||
// TODO: FIXME: ReversePostOrderTraversal is not generic!
|
||||
class ReversePostOrderTraversal {
|
||||
|
|
Loading…
Reference in New Issue