aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/simplify.h
blob: 200d79c00a83e6977b7387962f70beca22edbb1c (plain)
1
2
3
4
5
6
7
8
#ifndef SIMPLIFY_H
#define SIMPLIFY_H

#include "linearize.h"

int simplify_instruction(struct instruction *insn);

#endif