[SROA] Run clang-format over the entire SROA pass as I wrote it before
authorChandler Carruth <chandlerc@gmail.com>
Sat, 20 Dec 2014 02:39:18 +0000 (02:39 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 20 Dec 2014 02:39:18 +0000 (02:39 +0000)
commit113dc64c67b4c56ab0a32835d148600c5fb544e0
treea9dc9ef2eabe56b7cd71aa8a260e87386d553233
parentb07d836577f90e09352cd26958ffb7addc995a89
[SROA] Run clang-format over the entire SROA pass as I wrote it before
much of the glory of clang-format, and now any time I touch it I risk
introducing formatting changes as part of a functional commit.

Also, clang-format is *way* better at formatting my code than I am.
Most of this is a huge improvement although I reverted a couple of
places where I hit a clang-format bug with lambdas that has been filed
but not (fully) fixed.

llvm-svn: 224666
llvm/lib/Transforms/Scalar/SROA.cpp