diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-04-13 22:54:01 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2016-04-13 22:54:01 +0000 |
commit | 11f60fd65a79350de1e9f295ea2c997bdc534ea9 (patch) | |
tree | 2a72eec0a206f64110c2c29bdeae9db1357a5356 /lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py | |
parent | 3ef4e4a98c9c8ea57ee803897895458087856dbb (diff) | |
download | bcm5719-llvm-11f60fd65a79350de1e9f295ea2c997bdc534ea9.tar.gz bcm5719-llvm-11f60fd65a79350de1e9f295ea2c997bdc534ea9.zip |
ValueMapper: Resolve cycles on the new nodes
Fix a major bug from r265456. Although it's now much rarer, ValueMapper
sometimes has to duplicate cycles. The
might-transitively-reference-a-temporary counts don't decrement on their
own when there are cycles, and you need to call MDNode::resolveCycles to
fix it.
r265456 was checking the input nodes to see if they were unresolved.
This is useless; they should never be unresolved. Instead we should
check the output nodes and resolve cycles on them.
llvm-svn: 266258
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py')
0 files changed, 0 insertions, 0 deletions