mirror of
https://github.com/corda/corda.git
synced 2025-06-15 21:58:17 +00:00
use ir::Type in Compiler::save
This commit is contained in:
committed by
Joshua Warner
parent
75f0812f7a
commit
13342d28be
@ -83,7 +83,7 @@ class Compiler {
|
||||
virtual Operand* register_(int number) = 0;
|
||||
|
||||
virtual void push(ir::Type type, Operand* value) = 0;
|
||||
virtual void save(unsigned footprint, Operand* value) = 0;
|
||||
virtual void save(ir::Type type, Operand* value) = 0;
|
||||
virtual Operand* pop(unsigned footprint) = 0;
|
||||
virtual void pushed() = 0;
|
||||
virtual void popped(unsigned footprint) = 0;
|
||||
|
Reference in New Issue
Block a user