mirror of
https://github.com/corda/corda.git
synced 2025-06-15 05:38:14 +00:00
use ir::Type in Compiler::pop
This commit is contained in:
committed by
Joshua Warner
parent
13342d28be
commit
4bfb359cdd
@ -84,7 +84,7 @@ class Compiler {
|
||||
|
||||
virtual void push(ir::Type type, Operand* value) = 0;
|
||||
virtual void save(ir::Type type, Operand* value) = 0;
|
||||
virtual Operand* pop(unsigned footprint) = 0;
|
||||
virtual Operand* pop(ir::Type type) = 0;
|
||||
virtual void pushed() = 0;
|
||||
virtual void popped(unsigned footprint) = 0;
|
||||
virtual unsigned topOfStack() = 0;
|
||||
|
Reference in New Issue
Block a user