[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / cloog / walters3.c
blob93f8a48da6540de7b69b30f43cb5d4e6ee1b2bd8
1 for (int c0 = 2; c0 <= 8; c0 += 2) {
2 S1(c0, c0 / 2, c0 / 2);
3 S2(c0, c0 / 2, c0 / 2);
5 S2(10, 5, 5);