Add new block number

llvm-svn: 10281
This commit is contained in:
Chris Lattner 2003-12-01 07:08:06 +00:00
parent d9cf9b30eb
commit 9b0eb852c7
1 changed files with 4 additions and 0 deletions

View File

@ -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,
};
};