summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command
diff options
context:
space:
mode:
authorJeremy Morse <jeremy.morse.llvm@gmail.com>2019-01-14 12:13:12 +0000
committerJeremy Morse <jeremy.morse.llvm@gmail.com>2019-01-14 12:13:12 +0000
commitf216da7ee01d6fe7ec85ee1dfcd215e223d4e66b (patch)
tree732ddfd1475010ca67d36bbdfc6d89f31fe7bf51 /lldb/packages/Python/lldbsuite/test/expression_command
parent67610926fc74d03061da2c1ce4c895d17bee236f (diff)
downloadbcm5719-llvm-f216da7ee01d6fe7ec85ee1dfcd215e223d4e66b.tar.gz
bcm5719-llvm-f216da7ee01d6fe7ec85ee1dfcd215e223d4e66b.zip
[DebugInfo] Remove un-necessary logic from HoistThenElseCodeToIf
Following PR39807, the way in which SimplifyCFG hoists common code on branch paths was fixed in r347782. However this left extra code hanging around HoistThenElseCodeToIf that wasn't necessary and needlessly complicated matters -- we no longer need to look up through the 'if' basic block to find a location for hoisted 'select' insts, we can instead use the location chosen by applyMergedLocation. This patch deletes that extra logic, and updates a regression test to reflect the new logic (selects get the merged location, not a previous insts location). Differential Revision: https://reviews.llvm.org/D55272 llvm-svn: 351058
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud