This commit updates to the latest isl development version. There is no specific feature we need on the Polly side, but we want to ensure test coverage for the latest isl changes. llvm-svn: 262001
7 lines
100 B
C
7 lines
100 B
C
for (int c0 = 0; c0 <= max(0, M); c0 += 1) {
|
|
if (M >= c0)
|
|
S1(c0);
|
|
if (c0 == 0)
|
|
S2(0);
|
|
}
|