mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
remove redundant Compiler::store srcType parameter
This commit is contained in:
committed by
Joshua Warner
parent
f6bc51647e
commit
33d946d249
@ -112,7 +112,7 @@ class Compiler {
|
||||
|
||||
virtual ir::Value* truncate(ir::Type type, ir::Value* src) = 0;
|
||||
|
||||
virtual void store(ir::Type srcType, ir::Value* src, ir::Value* dst) = 0;
|
||||
virtual void store(ir::Value* src, ir::Value* dst) = 0;
|
||||
virtual ir::Value* load(ir::SignExtendMode signExtend,
|
||||
ir::Value* src,
|
||||
ir::Type dstType) = 0;
|
||||
|
Reference in New Issue
Block a user