diff options
author | Vitaly Buka <vitalybuka@google.com> | 2025-06-03 14:47:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-03 14:47:45 -0700 |
commit | ac4893dd77eeb67be830b0dac70ad28c4b4f0caf (patch) | |
tree | dc9e44c92a549a64900dee60307bc92604fde146 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 857138b3bd4ab54cf509b32de2f4a94cde0685cb (diff) | |
download | llvm-ac4893dd77eeb67be830b0dac70ad28c4b4f0caf.zip llvm-ac4893dd77eeb67be830b0dac70ad28c4b4f0caf.tar.gz llvm-ac4893dd77eeb67be830b0dac70ad28c4b4f0caf.tar.bz2 |
[NFC][PromoteMem2Reg] Move IncomingVals, IncomingLocs, Worklist into class (#142468)
They are all DFS state related, as `Visited`. But `Visited` is already a
class member, so we make things more consistent and less
parameters to pass around.
By itself, the patch has little value, but it simplifies stuff in the
#142474.
For #142461
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions