mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
merge Compiler::load and Compiler::loadz
This commit is contained in:
@ -113,6 +113,8 @@ class Types {
|
||||
}
|
||||
};
|
||||
|
||||
enum SignExtendMode { SignExtend, ZeroExtend };
|
||||
|
||||
} // namespace ir
|
||||
} // namespace codegen
|
||||
} // namespace avian
|
||||
|
Reference in New Issue
Block a user