summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/CodeGenPrepare.cpp
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2019-05-23 13:11:00 +0000
committerLouis Dionne <ldionne@apple.com>2019-05-23 13:11:00 +0000
commit6b48742e43f603b6458ed02dd4dc5d8021922a21 (patch)
tree96d352aa7127f4c5767be26954c317f8364bed19 /llvm/lib/CodeGen/CodeGenPrepare.cpp
parent5dabe03b4178c8d276cc1732fed2813418513dce (diff)
downloadbcm5719-llvm-6b48742e43f603b6458ed02dd4dc5d8021922a21.tar.gz
bcm5719-llvm-6b48742e43f603b6458ed02dd4dc5d8021922a21.zip
[libcxx][tests] Fix order checking in unordered_multiset tests.
Some tests assume that iteration through an unordered multiset elements will return them in the same order as at the container creation. This assumption is not true since the container is unordered, so that no specific order of elements is ever guaranteed for such container. This patch introduces checks verifying that any iteration will return elements exactly from a set of valid values and without repetition, but in no particular order. Thanks to Andrey Maksimov for the patch. Differential Revision: https://reviews.llvm.org/D56500 llvm-svn: 361494
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud