diff options
author | Cong Hou <congh@google.com> | 2015-10-12 23:02:58 +0000 |
---|---|---|
committer | Cong Hou <congh@google.com> | 2015-10-12 23:02:58 +0000 |
commit | bf22f5063a92555508413a46df68f129c7d037f4 (patch) | |
tree | 60accd0153108b1e5a90a8ae29c14d59ec4a83a3 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | c8832fc23363321dea5c289007390c84c483f9cf (diff) | |
download | bcm5719-llvm-bf22f5063a92555508413a46df68f129c7d037f4.tar.gz bcm5719-llvm-bf22f5063a92555508413a46df68f129c7d037f4.zip |
Assign correct edge weights to unwind destinations when lowering invoke statement.
When lowering invoke statement, all unwind destinations are directly added as successors of call site block, and the weight of those new edges are not assigned properly. Actually, default weight 16 are used for those edges. This patch calculates the proper edge weights for those edges when collecting all unwind destinations.
Differential revision: http://reviews.llvm.org/D13354
llvm-svn: 250119
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions