repo.or.cz
/
ppn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update barvinok for conversion to isl code generator
[ppn.git]
/
build.h
blob
608784f45cac82e4f0fce041ecfbf01a71a440c5
1
#ifndef BUILD_H
2
#define BUILD_H
3
4
#include <isl/ast.h>
5
6
void
build
(
tree_proc
*
tp
,
__isl_keep isl_ast_node
*
tree
);
7
8
#endif