No effective behavior change, just for cleanliness.
Fixes PR36159.
Differential D44223
[ms] Emit vtordisp initializers in a deterministic order. thakis on Mar 7 2018, 12:11 PM. Authored by
Details
Diff Detail Event Timeline
Comment Actions Thanks for investigating!
Comment Actions lgtm
|
Using stable_sort() here, as opposed to sort(), doesn't do anything useful here; VBaseMap is a DenseMap with a pointer key, so the input is in random order anyway.