merge Compiler::load and Compiler::loadz

This commit is contained in:
Joshua Warner
2014-05-01 11:13:52 -06:00
parent 85f114ea0f
commit 99fa560257
4 changed files with 80 additions and 62 deletions

View File

@ -113,6 +113,8 @@ class Types {
}
};
enum SignExtendMode { SignExtend, ZeroExtend };
} // namespace ir
} // namespace codegen
} // namespace avian