Fix GCC5 build by renaming variable used in 'auto' deduction (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Sat, 13 Jun 2020 02:52:55 +0000 (02:52 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Sat, 13 Jun 2020 03:08:56 +0000 (03:08 +0000)
commit339e49e2ca4b92bad0e2694993c6e59c0cadb440
treecc9c110f7bf49e25be765501f0d2e3b98e5f1764
parent66042959590d6db9d2a12803a16476d4e3508f3f
Fix GCC5 build by renaming variable used in 'auto' deduction (NFC)

GCC5 errors out with:

llvm/lib/Analysis/StackSafetyAnalysis.cpp:935:21: error: use of 'KV' before deduction of 'auto'
     for (auto &KV : KV.second.Params) {
                     ^
llvm/lib/Analysis/StackSafetyAnalysis.cpp