Use "auto &" in range-based for-loop and remove the extra braces.
authorAdrian Prantl <aprantl@apple.com>
Tue, 26 May 2015 20:06:51 +0000 (20:06 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 26 May 2015 20:06:51 +0000 (20:06 +0000)
commit2cc3e0a5ec822385deaf386e97bdfdcef5c7ba91
treece2e11d19b7563d59a7a6ab0e44aca43d185ccfd
parent74f44b6c69950a659fd7f55ba4d3a4bbea31d0b8
Use "auto &" in range-based for-loop and remove the extra braces.

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