aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
diff options
context:
space:
mode:
authorFlorian Hahn <florian_hahn@apple.com>2020-04-22 22:00:51 +0100
committerFlorian Hahn <florian_hahn@apple.com>2020-04-22 22:07:59 +0100
commit352b612a7141bdb07e8b043f4ec9b8c2d5faca45 (patch)
tree31ef2b538c1c77316ca38720a59ba237feb86495 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
parent2d1baf606ab46daf9a322e5751d364c55c86deca (diff)
downloadllvm-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/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions