CppBackend: Remove implicit ilist iterator conversions, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 20 Oct 2015 00:06:41 +0000 (00:06 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 20 Oct 2015 00:06:41 +0000 (00:06 +0000)
commit7a225f7f37e08179e5dc8fc397d53d47b5e351d0
tree7ce1863be9b7146bcd0b483c130cb813272315af
parent2b76674c16a5e56c47c4de3cc7bbc5db4f79b398
CppBackend: Remove implicit ilist iterator conversions, NFC

Mostly just converted to range-based for loops.  May have converted a
couple of extra loops as a drive-by (not sure).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250766 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CppBackend/CPPBackend.cpp