mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-19 18:24:00 +00:00
Discard code that supported old bytecode formats. This makes the Bytecode
Reader code much easier to read and maintain. Backwards compatibility from version 5 format has been retained. Older formats will produce an error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31723 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -68,7 +68,7 @@ struct BytecodeAnalysis {
|
||||
unsigned vbrCompBytes; ///< Number of vbr bytes (compressed)
|
||||
unsigned vbrExpdBytes; ///< Number of vbr bytes (expanded)
|
||||
|
||||
typedef std::map<BytecodeFormat::CompressedBytecodeBlockIdentifiers,unsigned>
|
||||
typedef std::map<BytecodeFormat::BytecodeBlockIdentifiers,unsigned>
|
||||
BlockSizeMap;
|
||||
BlockSizeMap BlockSizes;
|
||||
|
||||
|
Reference in New Issue
Block a user