[all-commits] [llvm/llvm-project] 7154a3: [lldb][nfc] Remove unused member Disassembler::m_b...
Alex Langford via All-commits
all-commits at lists.llvm.org
Thu Apr 18 15:36:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7154a3967eae3817b3bc33a1b55085b397d1bc24
https://github.com/llvm/llvm-project/commit/7154a3967eae3817b3bc33a1b55085b397d1bc24
Author: Alex Langford <alangford at apple.com>
Date: 2024-04-18 (Thu, 18 Apr 2024)
Changed paths:
M lldb/include/lldb/Core/Disassembler.h
M lldb/source/Core/Disassembler.cpp
Log Message:
-----------
[lldb][nfc] Remove unused member Disassembler::m_base_addr (#89289)
This member variable is completely unused. I also don't think it makes a
ton of sense since (1) The "base address" can be obtained from the first
Instruction in its InstructionList, and (2) InstructionLists may not be
a series of contiguous instructions (even though they are most of the
time).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list