[SROA] Switch the common variable name for the 'AllocaSlices' class to
authorChandler Carruth <chandlerc@gmail.com>
Thu, 16 Oct 2014 21:11:55 +0000 (21:11 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 16 Oct 2014 21:11:55 +0000 (21:11 +0000)
commit68ca48cd909e295703c67ac6f23e027bd31b44dc
tree7691214f21057cce6586997cb6b4c8a7bc4274c8
parentc62c42b1e42abbf54213dde4a5fc071334d9240c
[SROA] Switch the common variable name for the 'AllocaSlices' class to
'AS'.

Using 'S' as this was a terrible idea. Arguably, 'AS' is not much
better, but it at least follows the idea of using initialisms and
removes active confusion about the AllocaSlices variable and a Slice
variable.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219963 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/SROA.cpp