summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorvporpo <vporpodas@google.com>2025-02-19 13:08:43 -0800
committerGitHub <noreply@github.com>2025-02-19 13:08:43 -0800
commitc0c42c8b3213520700f15587ab8aa4477a286ff9 (patch)
treeec5ccd864b00d01f77ec5b18c7b94d549989999b /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent3836559e65b002579e2c6697969557ffbbb8cc7d (diff)
[SandboxIR][NFC] Change order of ifs in Context::getOrCreateValueInternal() (#127891)
Move the most common if statement to the top and the least common ones to the bottom. This should save CPU cycles during compilation. This patch also prefixes the llvm variables with the LLVM prefix to make the naming convention in this function more uniform. For example `C` to `LLVMC`.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions