OSDN Git Service

[ARM] Use range-based for loops to avoid the need for calculating an array size that...
authorCraig Topper <craig.topper@gmail.com>
Tue, 1 Dec 2015 06:13:01 +0000 (06:13 +0000)
committerCraig Topper <craig.topper@gmail.com>
Tue, 1 Dec 2015 06:13:01 +0000 (06:13 +0000)
commit08bbdebfc9c6ec9a83db984d97687414ef9e2989
tree6acebe307ea888fc80ed26c25cf5d920100b328c
parent9654ce949f87b5e7713504ad79fb6bee41b3ce1c
[ARM] Use range-based for loops to avoid the need for calculating an array size that I would have otherwise cconverted to array_lengthof. NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254381 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMFrameLowering.cpp