diff options
author | Rui Ueyama <ruiu@google.com> | 2015-03-05 00:07:38 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-03-05 00:07:38 +0000 |
commit | 5d75b6346d34df8791a66078432df68fce11de5f (patch) | |
tree | 9a10e50819063fa1c10f9eca1e1779b2dbac6c99 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | |
parent | ab9b179f4f74e93b9a7c199488f18e0923af3098 (diff) | |
download | bcm5719-llvm-5d75b6346d34df8791a66078432df68fce11de5f.tar.gz bcm5719-llvm-5d75b6346d34df8791a66078432df68fce11de5f.zip |
Use range-based for loops to iterate over file nodes.
I converted them to non-range-based loops in r226883 and r226893
because at that moment File::parse() may have side effects and
may update the vector that the reference returned from
LinkingContext::nodes().
Now File::parse() is free from side effects. We can use range-based
loops again.
llvm-svn: 231321
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp')
0 files changed, 0 insertions, 0 deletions