diff options
author | Rahul Joshi <rjoshi@nvidia.com> | 2025-10-01 08:46:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-01 08:46:19 -0700 |
commit | 825d82d0515d7d40c280547f6dcbf0aba9255289 (patch) | |
tree | 815f8b4310023fa3f7839a7a12c07df3ff8c5337 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | 1c7f40bf832222ed6b5435a6a19b4ef3c652bd9f (diff) | |
download | llvm-825d82d0515d7d40c280547f6dcbf0aba9255289.zip llvm-825d82d0515d7d40c280547f6dcbf0aba9255289.tar.gz llvm-825d82d0515d7d40c280547f6dcbf0aba9255289.tar.bz2 |
[NFC][LLVM] Misc code cleanup in AsmWriter.cpp (#161522)
- Change function/variable names to follow LLVM coding standard.
- Use `auto` for variables initialized using `dyn_cast`.
- Use `ArrayRef` instead of const vector references for function
arguments.
- Use `interleaved` to print comma separated lists of integers.
- Inline some instances of `incorporateFunction` lambda that have a
single use.
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions