[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / unroll2.c
blob0e0ff1f6b36a5d5d3329954fdf75c19de1257fd4
1 A(0);
2 A(1);
3 A(2);
4 A(3);
5 for (int c0 = 4; c0 <= 99996; c0 += 1)
6 A(c0);
7 A(99997);
8 A(99998);
9 A(99999);