mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 00:32:55 +00:00
Add new block number
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10281 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d1dbd2134
commit
7f5dbcc9ea
@ -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…
x
Reference in New Issue
Block a user