summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-10-19 22:06:09 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-10-19 22:06:09 +0000
commit6b92a14a28c524e9149b13b2dbea259467421a5b (patch)
treed72089fe52acca443b55fed8260d08d4eb0fd1f3 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
parentc8e7649a1952eb67f3a97d89fef1a02126248816 (diff)
Vectorize: Remove implicit ilist iterator conversions, NFC
Besides the usual, I finally added an overload to `BasicBlock::splitBasicBlock()` that accepts an `Instruction*` instead of `BasicBlock::iterator`. Someone can go back and remove this overload later (after updating the callers I'm going to skip going forward), but the most common call seems to be `BB->splitBasicBlock(BB->getTerminator(), ...)` and I'm not sure it's better to add `->getIterator()` to every one than have the overload. It's pretty hard to get the usage wrong. llvm-svn: 250745
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions