mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Make MachineOperand's immediate value an int and save 4 bytes out of
each MachineOperand. We don't really need an int64_t immediate :-). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11906 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e56508eb7e
commit
bd16ef84bf
@ -117,7 +117,7 @@ private:
|
||||
// the generated machine code.
|
||||
// LLVM global for MO_GlobalAddress.
|
||||
|
||||
int64_t immedVal; // Constant value for an explicit constant
|
||||
int immedVal; // Constant value for an explicit constant
|
||||
|
||||
MachineBasicBlock *MBB; // For MO_MachineBasicBlock type
|
||||
std::string *SymbolName; // For MO_ExternalSymbol type
|
||||
|
Loading…
x
Reference in New Issue
Block a user