X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FIR%2FBasicBlock.h;h=c6b54d308ce69f7d24c49491f4353cfd4b824011;hb=3569d3c5ebfff8b9b20c47e7eb1ddf508e6e9bbf;hp=fe5dca6a50618190dfe6d258c3011e68a70dab8b;hpb=f792618d1c05c8f152a9901937529b101730b774;p=oota-llvm.git diff --git a/include/llvm/IR/BasicBlock.h b/include/llvm/IR/BasicBlock.h index fe5dca6a506..c6b54d308ce 100644 --- a/include/llvm/IR/BasicBlock.h +++ b/include/llvm/IR/BasicBlock.h @@ -50,7 +50,7 @@ struct SymbolTableListSentinelTraits /// modifying a program. However, the verifier will ensure that basic blocks /// are "well formed". class BasicBlock : public Value, // Basic blocks are data objects also - public ilist_node { + public ilist_node_with_parent { friend class BlockAddress; public: typedef SymbolTableList InstListType;