mirror of
https://github.com/corda/corda.git
synced 2025-06-15 21:58:17 +00:00
fix sizing of some stack ints
This commit is contained in:
committed by
Joshua Warner
parent
d62d083733
commit
43eb49cf53
@ -114,6 +114,9 @@ class Compiler {
|
||||
ir::Type truncateType,
|
||||
ir::Value* src) = 0;
|
||||
|
||||
virtual ir::Value* truncate(ir::Type type, ir::Type srcType, ir::Value* src)
|
||||
= 0;
|
||||
|
||||
virtual void store(ir::Type srcType, ir::Value* src, ir::Value* dst) = 0;
|
||||
virtual ir::Value* load(ir::SignExtendMode signExtend,
|
||||
ir::Type srcType,
|
||||
|
Reference in New Issue
Block a user