ir/ir_check.c

7 lines
57 B
C
Raw Normal View History

2022-04-06 00:19:23 +03:00
#include "ir.h"
void ir_check(ir_ctx *ctx)
{
//TODO:
}