diff options
author | Kyle Butt <kyle+llvm@iteratee.net> | 2017-02-04 02:26:32 +0000 |
---|---|---|
committer | Kyle Butt <kyle+llvm@iteratee.net> | 2017-02-04 02:26:32 +0000 |
commit | e9425c4ff878ddd68c62a76eb47273e64fe711ae (patch) | |
tree | 00cec2d642af5ccdf1c29acd50d3d4c1ad93d2b7 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 502d0bc28e79d8b4ad21882ef3651dffbbe901c9 (diff) | |
download | bcm5719-llvm-e9425c4ff878ddd68c62a76eb47273e64fe711ae.tar.gz bcm5719-llvm-e9425c4ff878ddd68c62a76eb47273e64fe711ae.zip |
[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.
llvm-svn: 294085
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions