summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic/selection-dag-determinism.ll
Commit message (Collapse)AuthorAgeFilesLines
* Fix nondeterminism introduced in r353954Yi Kong2019-03-261-0/+49
DenseMap iteration order is not guaranteed, use MapVector instead. Fix provided by srhines. Differential Revision: https://reviews.llvm.org/D59807 llvm-svn: 356988
OpenPOWER on IntegriCloud