mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
remove redundant Compiler::store dstType parameter
This commit is contained in:
committed by
Joshua Warner
parent
0ee3eec478
commit
9c98986f99
@ -109,7 +109,6 @@ class Compiler {
|
||||
|
||||
virtual void store(ir::Type srcType,
|
||||
Operand* src,
|
||||
ir::Type dstType,
|
||||
Operand* dst) = 0;
|
||||
virtual Operand* load(unsigned srcSize, unsigned srcSelectSize, Operand* src,
|
||||
unsigned dstSize) = 0;
|
||||
|
Reference in New Issue
Block a user