First commit : 0.14.0 version (with roadmap in doc instead of
[cloog.git] / test / iftestf.f
blob98ebb5724740aab10d34c2733d7e3748e00d5559
1 ! Generated from ./test/iftestf.cloog by CLooG v0.14.0 64 bits in 0.00s.
2 ! CLooG asked for 168 KBytes.
3 DO i=1, n
4 IF (i <= 2*m) THEN
5 S1
6 END IF
7 IF (i >= MAX(m,2*m+1)) THEN
8 S1
9 END IF
10 END DO