diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-10-19 22:06:09 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-10-19 22:06:09 +0000 |
commit | 6b92a14a28c524e9149b13b2dbea259467421a5b (patch) | |
tree | d72089fe52acca443b55fed8260d08d4eb0fd1f3 /lldb/scripts/Python/modify-python-lldb.py | |
parent | c8e7649a1952eb67f3a97d89fef1a02126248816 (diff) | |
download | llvm-6b92a14a28c524e9149b13b2dbea259467421a5b.zip llvm-6b92a14a28c524e9149b13b2dbea259467421a5b.tar.gz llvm-6b92a14a28c524e9149b13b2dbea259467421a5b.tar.bz2 |
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/scripts/Python/modify-python-lldb.py')
0 files changed, 0 insertions, 0 deletions