Commit 0f915e75 authored by Ilya Yanok's avatar Ilya Yanok Committed by Tom Stellard
Browse files

[RegAllocFast] Fix nondeterminism in debuginfo generation

Changes from commit 1db137b1
added iteration over hash map that can result in non-deterministic
order. Fix that by using a SmallMapVector to preserve the order.

Differential Revision: https://reviews.llvm.org/D113468

(cherry picked from commit 3c47c5ca)
parent 33f7aa65
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment