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
pn: allow specification of isl options
[ppn.git]
/
build.h
blob
e7a31c9c4ded7444814c0d8f1a2da1bd30288b64
1
#ifndef BUILD_H
2
#define BUILD_H
3
4
#define matrix poly_matrix
5
#include <cloog/cloog.h>
6
#undef matrix
7
8
void
build
(
tree_proc
*
tp
,
CloogInput
*
cloog_input
,
CloogOptions
*
options
);
9
10
#endif