Basic ContextPromotionPass and some opcode info rearranging.
This commit is contained in:
@@ -212,6 +212,12 @@ typedef struct {
|
||||
} OpcodeInfo;
|
||||
|
||||
|
||||
#define DEFINE_OPCODE(num, name, sig, flags) \
|
||||
extern const OpcodeInfo num##_info;
|
||||
#include <alloy/hir/opcodes.inl>
|
||||
#undef DEFINE_OPCODE
|
||||
|
||||
|
||||
} // namespace hir
|
||||
} // namespace alloy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user