aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ssa.h
blob: 8537ac7b27d2e8eb0e285d26c16c4c0d1f4536f9 (plain)
1
2
3
4
5
6
7
8
#ifndef SSA_H
#define SSA_H

struct entrypoint;

void ssa_convert(struct entrypoint *ep);

#endif