diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-07-22 22:32:34 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-07-22 22:32:34 +0000 |
commit | 61ddab6d4c61eae27b52105661f860cdd2e87192 (patch) | |
tree | 10dd20fb7b01d7000a51b7b4aa8e21b02b032cad /llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp | |
parent | ed9abe119b3cfa2b4019782dbe10180e1e71b8cf (diff) | |
download | bcm5719-llvm-61ddab6d4c61eae27b52105661f860cdd2e87192.tar.gz bcm5719-llvm-61ddab6d4c61eae27b52105661f860cdd2e87192.zip |
[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.
llvm-svn: 242956
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp')
0 files changed, 0 insertions, 0 deletions