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 isl for change in lexicographic optimization
[ppn.git]
/
xml_AST.h
blob
58ca13ad10513c85f8513598a7f8c5dcd8a85948
1
#include <libxml/xmlwriter.h>
2
#include <isl/ast.h>
3
4
void
writeAST
(
xmlTextWriterPtr writer
,
__isl_keep isl_ast_node
*
node
);