xref: /illumos-gate/usr/src/tools/smatch/src/ssa.h (revision c85f09cc)
1 #ifndef SSA_H
2 #define SSA_H
3 
4 struct entrypoint;
5 
6 void ssa_convert(struct entrypoint *ep);
7 
8 #endif
9