[LIR] Run clang-format over LoopIdiomRecognize in preparation for
authorChandler Carruth <chandlerc@gmail.com>
Wed, 12 Aug 2015 23:06:37 +0000 (23:06 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 12 Aug 2015 23:06:37 +0000 (23:06 +0000)
commit5f8775029182ab92edeb61b31ca1dd9630c76ccf
tree7274273e264f4e2c4cb41426fc6ecb83a64745c4
parent7d30f78dc2ab1fb79763e1be7fef8317745a56f8
[LIR] Run clang-format over LoopIdiomRecognize in preparation for
a significant code cleanup here.

The handling of analyses in this pass is overly complex and can be
simplified significantly, but the right way to do that is to simplify
all of the code not just the analyses, and that'll require pretty
extensive edits that would be noisy with formatting changes mixed into
them.

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