xref: /illumos-gate/usr/src/tools/smatch/src/ir.h (revision c85f09cc)
1*c85f09ccSJohn Levon #ifndef	_IR_H
2*c85f09ccSJohn Levon #define	_IR_H
3*c85f09ccSJohn Levon 
4*c85f09ccSJohn Levon #include "linearize.h"
5*c85f09ccSJohn Levon 
6*c85f09ccSJohn Levon int ir_validate(struct entrypoint *ep);
7*c85f09ccSJohn Levon 
8*c85f09ccSJohn Levon #endif
9