diff options
author | Max Kazantsev <max.kazantsev@azul.com> | 2017-05-17 04:09:14 +0000 |
---|---|---|
committer | Max Kazantsev <max.kazantsev@azul.com> | 2017-05-17 04:09:14 +0000 |
commit | 4c7f293d24c7126ef4dfa1c3fe52d76c44105ff7 (patch) | |
tree | 15be1234fda879f4766350287ff38ec5dbc4fb24 /lldb/packages/Python/lldbsuite/support/optional_with.py | |
parent | b67d344850908bb2a98181c4cd4dc0a8fccf5be5 (diff) | |
download | bcm5719-llvm-4c7f293d24c7126ef4dfa1c3fe52d76c44105ff7.tar.gz bcm5719-llvm-4c7f293d24c7126ef4dfa1c3fe52d76c44105ff7.zip |
[SCEV] Always sort AddRecExprs from different loops by dominance
Sorting of AddRecExprs by loop nesting does not make sense since we only invoke
the CompareSCEVComplexity for AddRecExprs that are used by one SCEV. This
guarantees that there is always a dominance relationship between them. This
patch removes the sorting by nesting which is a dead code in current usage of
this function.
Reviewed By: sanjoy
Differential Revision: https://reviews.llvm.org/D33228
llvm-svn: 303235
Diffstat (limited to 'lldb/packages/Python/lldbsuite/support/optional_with.py')
0 files changed, 0 insertions, 0 deletions