]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - clightSwitch.mli
2de5c4d27fa74fb76c6b979c6b42711d6e00a54b
[pkg-cerco/acc.git] / clightSwitch.mli
1
2 (** This module performs a switch simplification: they are replaced by
3     equivalent if-then-else statements. This is a temporary hack before
4     implementing switch tables. *)
5
6 val simplify : Clight.program -> Clight.program