Reformat some bits of AllocaPromoter and simplify the name and type of
authorChandler Carruth <chandlerc@gmail.com>
Sun, 11 Aug 2013 01:03:18 +0000 (01:03 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 11 Aug 2013 01:03:18 +0000 (01:03 +0000)
commit3c7a446059133de68c912242cb3b0cc934b8e6b1
tree3daac929aa960c06e797b3ddbd368fc86184a738
parent76ba4f5275a8bd908275076b50f51f3aa9a5d4e2
Reformat some bits of AllocaPromoter and simplify the name and type of
our visiting datastructures in the AllocaPromoter/SSAUpdater path of
SROA. Also shift the order if clears around to be more consistent.

No functionality changed here, this is just a cleanup.

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