index
:
sparse/sparse-dev.git
Sparse's development tree with unstable git history
Chris Li
about
summary
refs
log
tree
commit
diff
stats
homepage
path:
root
/
ssa.h
blob: cbcbc3a419d48d8a5a2c7f320ab42090d81a033b (
plain
)
1
2
3
4
5
6
#ifndef SSA_H
#define SSA_H
void
ssa_convert
(
struct
entrypoint
*
ep
);
#endif