mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
remove redundant Compiler::storeLocal footprint parameter
This commit is contained in:
committed by
Joshua Warner
parent
cc4525c31c
commit
91c5599fc0
@ -95,7 +95,7 @@ class Compiler {
|
||||
|
||||
virtual void initLocal(unsigned size, unsigned index, ir::Type type) = 0;
|
||||
virtual void initLocalsFromLogicalIp(unsigned logicalIp) = 0;
|
||||
virtual void storeLocal(unsigned footprint, ir::Value* src, unsigned index)
|
||||
virtual void storeLocal(ir::Value* src, unsigned index)
|
||||
= 0;
|
||||
virtual ir::Value* loadLocal(ir::Type type, unsigned index) = 0;
|
||||
virtual void saveLocals() = 0;
|
||||
|
Reference in New Issue
Block a user