chmod a-x
[mesa.git] / src / mesa / shader / slang / slang_simplify.h
1
2 #ifndef SLANG_SIMPLIFY_H
3 #define SLANG_SIMPLIFY_H
4
5 extern void
6 slang_simplify(slang_operation *oper,
7 const slang_assembly_name_space * space,
8 slang_atom_pool * atoms);
9
10
11
12 #endif /* SLANG_SIMPLIFY_H */