ir/ir_check.c

7 lines
57 B
C
Raw Normal View History

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