mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
use ir::Type in Compiler::loadLocal
This commit is contained in:
committed by
Joshua Warner
parent
53b68a693d
commit
85f114ea0f
@ -101,7 +101,7 @@ class Compiler {
|
||||
virtual void initLocalsFromLogicalIp(unsigned logicalIp) = 0;
|
||||
virtual void storeLocal(unsigned footprint, Operand* src,
|
||||
unsigned index) = 0;
|
||||
virtual Operand* loadLocal(unsigned footprint, unsigned index) = 0;
|
||||
virtual Operand* loadLocal(ir::Type type, unsigned index) = 0;
|
||||
virtual void saveLocals() = 0;
|
||||
|
||||
virtual void checkBounds(Operand* object, unsigned lengthOffset,
|
||||
|
Reference in New Issue
Block a user