1 #ifndef SSA_H
   2 #define SSA_H
   3 
   4 struct entrypoint;
   5 
   6 void ssa_convert(struct entrypoint *ep);
   7 
   8 #endif