expose Value::type and add asserts

This commit is contained in:
Joshua Warner
2014-05-01 12:14:27 -06:00
parent 00253ce528
commit 42fec084b0
5 changed files with 54 additions and 30 deletions

View File

@ -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);