forked from OSchip/llvm-project
parent
d9cf9b30eb
commit
9b0eb852c7
|
@ -37,6 +37,10 @@ public:
|
|||
// Can also have ConstantPool block
|
||||
// Can also have SymbolTable block
|
||||
BasicBlock = 0x31, // May contain many basic blocks
|
||||
|
||||
// InstructionList - The instructions in the body of a function. This
|
||||
// superceeds the old BasicBlock node.
|
||||
InstructionList = 0x32,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue