mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
remove dead ivars.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4f9ff5a85c
commit
e14639ac3d
@ -63,10 +63,6 @@ struct BytecodeAnalysis {
|
||||
double functionDensity; ///< Average density of functions (bytes/function)
|
||||
unsigned instructionSize; ///< Size of instructions in bytes
|
||||
unsigned longInstructions;///< Number of instructions > 4 bytes
|
||||
unsigned vbrCount32; ///< Number of 32-bit vbr values
|
||||
unsigned vbrCount64; ///< Number of 64-bit vbr values
|
||||
unsigned vbrCompBytes; ///< Number of vbr bytes (compressed)
|
||||
unsigned vbrExpdBytes; ///< Number of vbr bytes (expanded)
|
||||
|
||||
typedef std::map<BytecodeFormat::BytecodeBlockIdentifiers,unsigned>
|
||||
BlockSizeMap;
|
||||
@ -85,10 +81,6 @@ struct BytecodeAnalysis {
|
||||
double density; ///< Density of function
|
||||
unsigned instructionSize; ///< Size of instructions in bytes
|
||||
unsigned longInstructions;///< Number of instructions > 4 bytes
|
||||
unsigned vbrCount32; ///< Number of 32-bit vbr values
|
||||
unsigned vbrCount64; ///< Number of 64-bit vbr values
|
||||
unsigned vbrCompBytes; ///< Number of vbr bytes (compressed)
|
||||
unsigned vbrExpdBytes; ///< Number of vbr bytes (expanded)
|
||||
};
|
||||
|
||||
/// A mapping of function slot numbers to the collected information about
|
||||
|
Loading…
x
Reference in New Issue
Block a user