mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
use ir::Type in Compiler::initLocal
This commit is contained in:
committed by
Joshua Warner
parent
4bfb359cdd
commit
d8914a9646
@ -108,7 +108,7 @@ class Compiler {
|
||||
virtual void return_(ir::Type type, Operand* value) = 0;
|
||||
virtual void return_() = 0;
|
||||
|
||||
virtual void initLocal(unsigned size, unsigned index, OperandType type) = 0;
|
||||
virtual void initLocal(unsigned size, unsigned index, ir::Type type) = 0;
|
||||
virtual void initLocalsFromLogicalIp(unsigned logicalIp) = 0;
|
||||
virtual void storeLocal(unsigned footprint, Operand* src,
|
||||
unsigned index) = 0;
|
||||
|
Reference in New Issue
Block a user