ir.h 101 B

123456789
  1. #ifndef _IR_H
  2. #define _IR_H
  3. #include "linearize.h"
  4. int ir_validate(struct entrypoint *ep);
  5. #endif