diff options
author | Michael Maitland <michaeltmaitland@gmail.com> | 2025-01-29 08:15:56 -0800 |
---|---|---|
committer | Michael Maitland <michaeltmaitland@gmail.com> | 2025-01-29 08:15:56 -0800 |
commit | 3ce97e4aa98ad6a3502528818ff11eee89ef2fae (patch) | |
tree | 6ef4a3a947ad70447c53599ae43fba3c5a5a3081 /llvm/lib/Object | |
parent | 6900768719ff6d38403f39ceb75e0ec953278f5a (diff) | |
download | llvm-3ce97e4aa98ad6a3502528818ff11eee89ef2fae.zip llvm-3ce97e4aa98ad6a3502528818ff11eee89ef2fae.tar.gz llvm-3ce97e4aa98ad6a3502528818ff11eee89ef2fae.tar.bz2 |
[ReachingDefAnalysis][NFC] Use at instead of lookup for DenseMap access
`at` has an assert that the key exists. Since we are assuming the key exists,
use `at` instead of `lookup`.
Diffstat (limited to 'llvm/lib/Object')
0 files changed, 0 insertions, 0 deletions