Makefile.am: append extra copy of CLANG_LDFLAGS to LDADD
[pet.git] / tests / loop.scop
bloba8d3d46ea5cd22ea68185f57f4281866108a7b02
1 context: '{  :  }'
2 arrays:
3 - context: '{  :  }'
4   extent: '{ a[] }'
5   element_type: int
6 statements:
7 - line: 8
8   domain: '{ S_0[i] : i >= 0 and i <= 9 }'
9   schedule: '{ S_0[i] -> [0, i] }'
10   body:
11     type: binary
12     operation: =
13     arguments:
14     - type: access
15       relation: '{ S_0[i] -> a[] }'
16       read: 0
17       write: 1
18     - type: access
19       relation: '{ S_0[i] -> [5] }'
20       read: 1
21       write: 0