[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)
commitbad690e8f7f07da2c94e2e5878511fedaf87f68e
tree2f1921b47a798de0d33a30b9f2b200568d483c05
parente7ffbffaef0d820e3227b43881288b1cf222af90
[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.

llvm-svn: 244828
llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp