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)
commitf98df7a0d138326f4aaf3e438a18b9b5c1ab291b
tree609c0c3c1743f7480f3b79a74c8512380dc7f745
parent45a4014a503489e27bd7d0019873fde658be8ba0
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.

llvm-svn: 251067
llvm/include/llvm/Analysis/LoopPass.h
llvm/lib/Analysis/LoopPass.cpp