OSDN Git Service

[MBP] Use range based for-loops throughout this code. Several had
authorChandler Carruth <chandlerc@gmail.com>
Thu, 5 Mar 2015 03:19:05 +0000 (03:19 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 5 Mar 2015 03:19:05 +0000 (03:19 +0000)
commitbb535bcc20960447839eb8985303879fac200885
tree91cde30ac91a6f0549cf1aafd5009b09a069a815
parent35742dd20c98497d9e575a87dd69691cbcd4406b
[MBP] Use range based for-loops throughout this code. Several had
already been added and the inconsistency made choosing names and
changing code more annoying. Plus, wow are they better for this code!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231347 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineBlockPlacement.cpp