pair up stack for NativeCallingConvention

This commit is contained in:
Joshua Warner
2014-05-01 17:26:42 -06:00
parent 69edeaadee
commit f9cbca8f7d
4 changed files with 144 additions and 15 deletions

View File

@ -115,6 +115,8 @@ class Types {
enum SignExtendMode { SignExtend, ZeroExtend };
enum CallingConvention { NativeCallingConvention, AvianCallingConvention };
class Value {
public:
ir::Type type;