commit | 7a25257c6c8c50202fd3890abedc1acfb4039c2b | [log] [tgz] |
---|---|---|
author | Kyle Butt <kyle+llvm@iteratee.net> | Sat Feb 04 02:26:32 2017 +0000 |
committer | Kyle Butt <kyle+llvm@iteratee.net> | Sat Feb 04 02:26:32 2017 +0000 |
tree | 9ab1f2805b8ac3972d4c53a6270a17f04fce2605 | |
parent | a4690f8340d41ef0fabc60edfd44281bfaba07b9 [diff] |
[CodeGen]: BlockPlacement: Apply const liberally. NFC Anything that needs to be passed to AnalyzeBranch unfortunately can't be const, or more would be const. Added const_iterator to BlockChain to allow BlockChain to be const when we don't expect to change it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294085 91177308-0d34-0410-b5e6-96231b3b80d8