diff options
author | Florian Hahn <flo@fhahn.com> | 2022-06-23 18:46:15 +0200 |
---|---|---|
committer | Florian Hahn <flo@fhahn.com> | 2022-06-23 19:22:15 +0200 |
commit | d9526e8a52ca9d5371f32a9cdad8981d31613408 (patch) | |
tree | 5ab6923511f77460a58a9e25204a28c5a7c7b0fc /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6e6889288cdc8433f33723d977c99be5f07423f4 (diff) | |
download | llvm-d9526e8a52ca9d5371f32a9cdad8981d31613408.zip llvm-d9526e8a52ca9d5371f32a9cdad8981d31613408.tar.gz llvm-d9526e8a52ca9d5371f32a9cdad8981d31613408.tar.bz2 |
[ConstraintElimination] Use stable_sort to sort worklist.
If there are multiple constraints in the same block, at the moment the
order they are processed may be different depending on the sort
implementation.
Use stable_sort to ensure consistent ordering.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions