This fixes llvm.org/PR48554 Some test cases had to be updated because the hash function for union_maps have been changed which affects the output order.
7 lines
85 B
C
7 lines
85 B
C
for (int c0 = 0; c0 <= 10; c0 += 1) {
|
|
S0(c0);
|
|
if (c0 == 5)
|
|
S2();
|
|
S1(c0);
|
|
}
|