repo.or.cz
/
cloog
/
uuh.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add option OMP_PARALLEL_FORMAT_BARE to enable bare OMP FOR blocks in OpenMP
[cloog/uuh.git]
/
test
/
iftest.c
blob
8f95ef8065b059eba43cb29b8815dfa56fe25330
1
/* Generated from ../../../git/cloog/test/iftest.cloog by CLooG 0.14.0-245-gd8c1718 gmp bits in 0.00s. */
2
if
(
n
>=
1
) {
3
for
(
i
=
1
;
i
<=
n
;
i
++) {
4
S1
(
i
);
5
}
6
}