aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-02-09 10:06:56 +0000
committerPavel Labath <labath@google.com>2018-02-09 10:06:56 +0000
commit062eb53781e6b00ed02ac2c1ae3a77a6db08b94d (patch)
tree55b8add341eba31fdfa6ad8e808281b9c56a287f /llvm/lib/CodeGen/LiveDebugVariables.cpp
parenta1181312ea94446f23b20ca78a0dcd96348fe7de (diff)
downloadllvm-062eb53781e6b00ed02ac2c1ae3a77a6db08b94d.zip
llvm-062eb53781e6b00ed02ac2c1ae3a77a6db08b94d.tar.gz
llvm-062eb53781e6b00ed02ac2c1ae3a77a6db08b94d.tar.bz2
[CodeGen] Optimize AccelTable
Summary: The class contained arrays of two structures (DataArray and HashData). These structures were in 1:1 correspondence, and one of them contained pointers to the other (and *both* contained a "Name" field). By merging these two structures into one, we can save a bit of space without negatively impacting much of anything. Reviewers: JDevlieghere, aprantl Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D43073 llvm-svn: 324724
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions