aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ir.h
blob: 48760c258ce703adda4ac2b99c7600b6eb0859e7 (plain)
1
2
3
4
5
6
7
8
#ifndef	_IR_H
#define	_IR_H

#include "linearize.h"

int ir_validate(struct entrypoint *ep);

#endif