Fixing a compile error in debug versions of MSVC. It seems that the range-based for...
authorAaron Ballman <aaron@aaronballman.com>
Wed, 16 Apr 2014 11:15:57 +0000 (11:15 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 16 Apr 2014 11:15:57 +0000 (11:15 +0000)
commit0af5a4e528c18b4f9bcfece16c5ea0fd1dd0f667
treef3058391c50d82b5809f33b33a717b35f1748d31
parentae8abf7896cebfa9770cdc44ccff3c77e7bd5844
Fixing a compile error in debug versions of MSVC. It seems that the range-based for loop is confused by the DEBUG macro expansion unless a compound statement is used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206376 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM64/ARM64CollectLOH.cpp