commit | 90b20e96a140e168d2aebfbfe08843fa825627da | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Wed Jul 22 22:32:34 2015 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Wed Jul 22 22:32:34 2015 +0000 |
tree | 1376f00bc47d528087ecc7920b471a89513b8bf8 | |
parent | 1b072f2beb49345381cf7ea59498c8f6218788d7 [diff] |
[GMR] Continue my quest to remove linked datastructures from GMR, NFC. This replaces the next-to-last std::map with a DenseMap. While DenseMap doesn't yet make tons of sense (there are 32 bytes or so in the value type), my next change will reduce the value type to a single pointer -- we only need a pointer and 3 bits, and that is exactly what we can have. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242956 91177308-0d34-0410-b5e6-96231b3b80d8