LoopRotate: Reorder some method implementations. NFC
authorJustin Bogner <mail@justinbogner.com>
Mon, 14 Dec 2015 23:22:44 +0000 (23:22 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 14 Dec 2015 23:22:44 +0000 (23:22 +0000)
commit1f7bf8393e8a8e1b85f1b1e7e138aaa90a024635
tree761ffa2d7967d0adf95aadd2834322094a60276f
parent7a1fc2d33e22333b6ebe8f1ef2f6c14ad82bd114
LoopRotate: Reorder some method implementations. NFC

This just moves some callers after their callees. My next patch will
convert some of these methods to stand alone functions, and that diff
is more obviously NFC if I move these first. That change, in turn,
will make it much easier to port this pass to the new pass manager
once the loop pass manager is in place.

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