[all-commits] [llvm/llvm-project] ae361d: [LLDB] Remove return value from DumpRegisterValue
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Jan 23 02:52:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae361d3d90a83ede308dd4ee56811966e8a42fe2
https://github.com/llvm/llvm-project/commit/ae361d3d90a83ede308dd4ee56811966e8a42fe2
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M lldb/include/lldb/Core/DumpRegisterValue.h
M lldb/source/Core/DumpRegisterValue.cpp
Log Message:
-----------
[LLDB] Remove return value from DumpRegisterValue
No one ever checks it. Also convert to early return.
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D141687
More information about the All-commits
mailing list