summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorMichael Kruse <llvm@meinersbur.de>2015-10-19 09:19:25 +0000
committerMichael Kruse <llvm@meinersbur.de>2015-10-19 09:19:25 +0000
commitdc122222875330b862e5f83723072a2f11795589 (patch)
tree6fe27df67e55fad638746d0570ddfe867ecc0be0 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parent17379c4ea17a11af1f1e39a73db48dca6b5d5715 (diff)
Synthesize phi arguments in incoming block
New values were always synthesized in the block of the instruction that needed them. This is incorrect for PHI node whose' value must be defined in the respective incoming block. This patch temporarily moves the builder's insert point to the incoming block while synthesizing phi node arguments. This fixes PR25241 (http://llvm.org/bugs/show_bug.cgi?id=25241) llvm-svn: 250693
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions