summaryrefslogtreecommitdiffstats
path: root/openmp/runtime/cmake
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2015-07-24 21:13:43 +0000
committerPete Cooper <peter_cooper@apple.com>2015-07-24 21:13:43 +0000
commit7679afda82bb2401fe12f1a5d6c55876cfa8d04c (patch)
tree311a323dd1780c8e315e8da55eb90ff046efada2 /openmp/runtime/cmake
parent16bc6e172700bc61c979d37427f5f8a308ea6166 (diff)
downloadbcm5719-llvm-7679afda82bb2401fe12f1a5d6c55876cfa8d04c.tar.gz
bcm5719-llvm-7679afda82bb2401fe12f1a5d6c55876cfa8d04c.zip
Use make_range(rbegin(), rend()) to allow foreach loops. NFC.
Instead of the pattern for (auto I = x.rbegin(), E = x.end(); I != E; ++I) we can use make_range to construct the reverse range and iterate using that instead. llvm-svn: 243163
Diffstat (limited to 'openmp/runtime/cmake')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud