1 2 3 4 5 6 7 8
#ifndef SIMPLIFY_H #define SIMPLIFY_H #include "linearize.h" int simplify_instruction(struct instruction *insn); #endif