| commit | 3df8844b9252d47ebac85fa380bccd48d80733ae | [log] [tgz] |
|---|---|---|
| author | Florian Hahn <florian.hahn@arm.com> | Mon Apr 30 20:10:53 2018 +0000 |
| committer | Florian Hahn <florian.hahn@arm.com> | Mon Apr 30 20:10:53 2018 +0000 |
| tree | dbfcb7a2356a2064930315ca98aea1fab83f668f | |
| parent | a165f2d60d81f2b3ab0b6946837b04ce7bc0f2b6 [diff] |
[SimplifyCFG] Use BB::instructionsWithoutDebug to skip DbgInfo (NFC). This patch updates some code responsible the skip debug info to use BasicBlock::instructionsWithoutDebug. I think this makes things slightly simpler and more direct. Reviewers: aprantl, vsk, hans, danielcdh Reviewed By: hans Differential Revision: https://reviews.llvm.org/D46252 llvm-svn: 331221