LoopPass: Remove redoLoop, it isn't used. NFC
authorJustin Bogner <mail@justinbogner.com>
Thu, 22 Oct 2015 21:31:34 +0000 (21:31 +0000)
committerJustin Bogner <mail@justinbogner.com>
Thu, 22 Oct 2015 21:31:34 +0000 (21:31 +0000)
commit0df7830790e6773c3f9f7857aad2b92b714453ec
tree4f81c2b73bc328ce643ab7249be2feecf831e31d
parentca9d3aa064061bc7f3fc7d31bd77163024c7d3c7
LoopPass: Remove redoLoop, it isn't used. NFC

In r251064 I removed a logically unreachable call to `redoLoop`, and
now there aren't any callers of this API at all. Remove the needless
complexity.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251067 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopPass.h
lib/Analysis/LoopPass.cpp