[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / unroll8.c
blobb3ca142d944c70daa58f2a4a17996c8e66ac6905
1 for (int c0 = 0; c0 <= 99; c0 += 1) {
2 A(c0, 0);
3 A(c0, 1);
4 B(c0, 0);
5 B(c0, 1);