[clang-repl] [codegen] Reduce the state in TBAA. NFC for static compilation. (#98138)
[llvm-project.git] / polly / lib / External / isl / test_inputs / codegen / disjuncts2.c
blob6011a3b0d404aca35fba0a63895d0f2897b30665
1 if (P >= Q + 1 || Q >= P + 1)
2 for (int c0 = 0; c0 < N; c0 += 1)
3 S(c0);