mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
use ir::Type in Compiler::return_
This commit is contained in:
committed by
Joshua Warner
parent
587b1e3eda
commit
d9fee1025c
@ -106,7 +106,8 @@ class Compiler {
|
||||
OperandType resultType,
|
||||
unsigned argumentFootprint) = 0;
|
||||
|
||||
virtual void return_(unsigned size, Operand* value) = 0;
|
||||
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 initLocalsFromLogicalIp(unsigned logicalIp) = 0;
|
||||
|
Reference in New Issue
Block a user