mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
remove redundant Compiler::load srcSelectType parameter
This commit is contained in:
@ -117,7 +117,6 @@ class Compiler {
|
||||
Operand* dst) = 0;
|
||||
virtual Operand* load(ir::SignExtendMode signExtend,
|
||||
ir::Type srcType,
|
||||
ir::Type srcSelectType,
|
||||
Operand* src,
|
||||
ir::Type dstType) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user