• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef	_IR_H
2 #define	_IR_H
3 
4 #include "linearize.h"
5 
6 int ir_validate(struct entrypoint *ep);
7 
8 #endif
9