mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-04 04:19:25 +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:
@@ -37,6 +37,10 @@ public:
|
|||||||
// Can also have ConstantPool block
|
// Can also have ConstantPool block
|
||||||
// Can also have SymbolTable block
|
// Can also have SymbolTable block
|
||||||
BasicBlock = 0x31, // May contain many basic blocks
|
BasicBlock = 0x31, // May contain many basic blocks
|
||||||
|
|
||||||
|
// InstructionList - The instructions in the body of a function. This
|
||||||
|
// superceeds the old BasicBlock node.
|
||||||
|
InstructionList = 0x32,
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user