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.
6 lines
35 B
C
6 lines
35 B
C
if (N == 0) {
|
|
A();
|
|
C();
|
|
}
|
|
B();
|