diff options
author | David Green <david.green@arm.com> | 2024-09-24 16:41:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 16:41:53 +0100 |
commit | f12d72d9c95ea2cd82d3e2a70c8cd5d5e88e2060 (patch) | |
tree | 216af7484fb2447b8b73c080d22421b911386fd3 /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | 36dce5091e384087f5d1ceaf3777ac14f41087e4 (diff) | |
download | llvm-f12d72d9c95ea2cd82d3e2a70c8cd5d5e88e2060.zip llvm-f12d72d9c95ea2cd82d3e2a70c8cd5d5e88e2060.tar.gz llvm-f12d72d9c95ea2cd82d3e2a70c8cd5d5e88e2060.tar.bz2 |
[PtrInfo] Use plain pointer over 'PointerIntPair<Instruction *, 1, bool>'. NFC (#109772)
This PtrInfo holds a pointer and whether it has been set. We can
represent this sentinal value as a nullptr, as we would for most
pointers. This assumes that the value is never set to nullptr, but from
the uses that appears to be true and already assumed.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions