commit | c40df7553c318c8a5cbb48c25ae5ef67978e8c24 | [log] [tgz] |
---|---|---|
author | Petar Jovanovic <petar.jovanovic@mips.com> | Mon Jan 08 18:21:15 2018 +0000 |
committer | Petar Jovanovic <petar.jovanovic@mips.com> | Mon Jan 08 18:21:15 2018 +0000 |
tree | 26d7f28b208e4316e5489021eb8cddefa7fee27e | |
parent | cc2e1c221c33fb117e59ee92250e7e0d3b1c10ef [diff] |
[LiveDebugValues] Change condition for block termination recognition The last iterator of MBB should be recognized as MBB.end() not as MBB.instr_end() which could return bundled instruction that is not iterable with basic iterator. Patch by Nikola Prica. Differential Revision: https://reviews.llvm.org/D41626 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@322015 91177308-0d34-0410-b5e6-96231b3b80d8