forked from OSchip/llvm-project
parent
0a3f8d5dcd
commit
93d4087a64
|
@ -37,8 +37,7 @@ template<> struct ilist_traits<Instruction>
|
||||||
static iplist<Instruction> &getList(BasicBlock *BB);
|
static iplist<Instruction> &getList(BasicBlock *BB);
|
||||||
};
|
};
|
||||||
|
|
||||||
class BasicBlock : public Value { // Basic blocks are data objects also
|
struct BasicBlock : public Value { // Basic blocks are data objects also
|
||||||
public:
|
|
||||||
typedef iplist<Instruction> InstListType;
|
typedef iplist<Instruction> InstListType;
|
||||||
private :
|
private :
|
||||||
InstListType InstList;
|
InstListType InstList;
|
||||||
|
|
Loading…
Reference in New Issue