diff options
author | Bartosz Nitka <niteria@gmail.com> | 2016-06-02 11:38:11 -0700 |
---|---|---|
committer | Bartosz Nitka <niteria@gmail.com> | 2016-06-02 12:49:29 -0700 |
commit | be4708513fc04dd9c9c99fe652503866ecd85c15 (patch) | |
tree | 8c1e66e36c6b42d5d275fde5b6280f1ec061465c /compiler/codeGen | |
parent | e2446c0d688d63e66fb1ae81cd2ebfa321ebc913 (diff) | |
download | haskell-be4708513fc04dd9c9c99fe652503866ecd85c15.tar.gz |
Kill nameSetElems in rnCmdTop
This change isn't necessary for determinism. appAName, choiceAName,
loopAName all have pre-allocated Uniques and their relative order
can't change. I opted to use nameSetElemsStable here because:
* the cost is negligible
* it's less fragile than just documenting
Test Plan: ./validate
Reviewers: simonpj, austin, bgamari, simonmar
Reviewed By: simonmar
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2292
GHC Trac Issues: #4012
Diffstat (limited to 'compiler/codeGen')
0 files changed, 0 insertions, 0 deletions