diff options
author | Felipe de Azevedo Piovezan <fpiovezan@apple.com> | 2023-07-03 12:48:01 -0400 |
---|---|---|
committer | Felipe de Azevedo Piovezan <fpiovezan@apple.com> | 2023-07-03 17:12:06 -0400 |
commit | f470ab734c9bae9464faf6cff6530beb32ea44ba (patch) | |
tree | 5bbf614d470d24197b801c20c1afa294f770ca37 /lldb/source/Commands/CommandObjectSource.cpp | |
parent | e578b3be24fc3986f46942aa1fdbf73ff8d34ace (diff) | |
download | llvm-f470ab734c9bae9464faf6cff6530beb32ea44ba.zip llvm-f470ab734c9bae9464faf6cff6530beb32ea44ba.tar.gz llvm-f470ab734c9bae9464faf6cff6530beb32ea44ba.tar.bz2 |
[lldb][nfc] Remove redundant nullptr check
The make_shared function never returns a nullptr, as such the test for nullptr
is not needed. We also move the empty string check earlier in the if
("oso_object"), as this is cheaper than loading the object file.
Differential Revision: https://reviews.llvm.org/D154365
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
0 files changed, 0 insertions, 0 deletions