aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/DebugProgramInstruction.cpp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@google.com>2025-10-25 06:23:20 -0700
committerGitHub <noreply@github.com>2025-10-25 06:23:20 -0700
commit881b001b07cc761dd9e92c0958f0231ea56298d8 (patch)
treef3c6bbc704d23cea730c19e6998f0f29a76c7e34 /llvm/lib/IR/DebugProgramInstruction.cpp
parentb97835d09df36e91434c82db28cad7bbdd5b37b8 (diff)
downloadllvm-881b001b07cc761dd9e92c0958f0231ea56298d8.zip
llvm-881b001b07cc761dd9e92c0958f0231ea56298d8.tar.gz
llvm-881b001b07cc761dd9e92c0958f0231ea56298d8.tar.bz2
[ADT] Make internal methods of DenseMap/SmallDenseMap private (NFC) (#165079)
This patch moves the init, copyFrom, and grow methods in DenseMap and SmallDenseMap from public to private to hide implementation details. The only problem is that PhysicalRegisterUsageInfo calls DenseMap::grow instead of DenseMap::reserve, which I don't think is intended. This patch updates the call to reserve.
Diffstat (limited to 'llvm/lib/IR/DebugProgramInstruction.cpp')
0 files changed, 0 insertions, 0 deletions