Files
clang-p2996/polly/lib/External/isl/test_inputs/codegen/group.c
Michael Kruse 842314b5f0 [Polly] Update isl to isl-0.23-61-g24e8cd12.
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.
2021-01-19 12:01:31 -06:00

6 lines
35 B
C

if (N == 0) {
A();
C();
}
B();