diff options
author | Florian Hahn <florian_hahn@apple.com> | 2020-04-22 22:00:51 +0100 |
---|---|---|
committer | Florian Hahn <florian_hahn@apple.com> | 2020-04-22 22:07:59 +0100 |
commit | 352b612a7141bdb07e8b043f4ec9b8c2d5faca45 (patch) | |
tree | 31ef2b538c1c77316ca38720a59ba237feb86495 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | 2d1baf606ab46daf9a322e5751d364c55c86deca (diff) | |
download | llvm-352b612a7141bdb07e8b043f4ec9b8c2d5faca45.zip llvm-352b612a7141bdb07e8b043f4ec9b8c2d5faca45.tar.gz llvm-352b612a7141bdb07e8b043f4ec9b8c2d5faca45.tar.bz2 |
[SCCP] Drop unnecessary early exit for ExtractValueInst.
visitExtractValueInst uses mergeInValue, so it already can handle
constant ranges. Initially the early exit was using isOverdefined to
keep things as NFC during the initial move to ValueLatticeElement.
As the function already supports constant ranges, it can just use
ValueState[&I].isOverdefined.
Reviewers: efriedma, mssimpso, davide
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D78393
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions