CodeGen: Start removing implicit conversions to/from list iterators, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 9 Oct 2015 16:54:49 +0000 (16:54 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 9 Oct 2015 16:54:49 +0000 (16:54 +0000)
commit9cb8e12ce13a21a3eb86af76d93423b6b11d86be
tree4277cac69f1ea9370850adaf2fb34cfbe91b00e6
parent42247d0394a75c1594f2da9ea622cdf15aee9ae5
CodeGen: Start removing implicit conversions to/from list iterators, NFC

Start removing implicit conversions to/from list iterators in CodeGen,
ala r249782 for IR.  A lot more to go after this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249851 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineInstrBuilder.h
include/llvm/CodeGen/MachineInstrBundle.h
lib/CodeGen/AtomicExpandPass.cpp
lib/CodeGen/ExecutionDepsFix.cpp