Replacing a range-based for loop with an old-style for loop. This code was previously...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 11 May 2015 13:10:17 +0000 (13:10 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 11 May 2015 13:10:17 +0000 (13:10 +0000)
commit73cb576c35bd1368e00a2160f2cd935d70908e23
tree403fcbc61fb86b8c30c92fdb696da593056eee4a
parent3c1d5727998d40a712293cfd8fd9a071ce4c6949
Replacing a range-based for loop with an old-style for loop. This code was previously causing a warning with MSVC about a compiler-generated local variable because TargetRegistry::begin() and end() are static member functions. NFC.

llvm-svn: 236990
llvm/unittests/Support/TargetRegistry.cpp