mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +00:00
expose Value::type and add asserts
This commit is contained in:
@ -37,7 +37,6 @@ class Value: public Compiler::Operand {
|
||||
Value* nextWord;
|
||||
int16_t home;
|
||||
uint8_t wordIndex;
|
||||
ir::Type type;
|
||||
|
||||
Value(Site* site, Site* target, ir::Type type);
|
||||
|
||||
|
Reference in New Issue
Block a user