commit | 718593b3f9a30114dbe798c3f7239ce713b75169 | [log] [tgz] |
---|---|---|
author | Kyle Butt <kyle+llvm@iteratee.net> | Wed Apr 12 18:30:32 2017 +0000 |
committer | Kyle Butt <kyle+llvm@iteratee.net> | Wed Apr 12 18:30:32 2017 +0000 |
tree | 9bba7282476526c4c17e651501b9d521fe5952b8 | |
parent | 1c404b475de4dc75d2146d8542487cc9b5a29ae7 [diff] |
CodeGen: BlockPlacement: Add comment about DenseMap Safety. The use of a DenseMap in precomputeTriangleChains does not cause non-determinism, even though it is iterated over, as the only thing the iteration does is to insert entries into a new DenseMap, which is not iterated. Comment only change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@300088 91177308-0d34-0410-b5e6-96231b3b80d8