blob: 69be3092a5820445c0d209aae844c7771cfbba57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef SLANG_SIMPLIFY_H
#define SLANG_SIMPLIFY_H
extern void
slang_simplify(slang_operation *oper,
const slang_assembly_name_space * space,
slang_atom_pool * atoms);
#endif /* SLANG_SIMPLIFY_H */
|