fix sizing of some stack ints

This commit is contained in:
Joshua Warner
2014-05-01 22:50:29 -06:00
committed by Joshua Warner
parent d62d083733
commit 43eb49cf53
3 changed files with 28 additions and 12 deletions

View File

@ -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,