PM: Rephrase PrintLoopPass as a wrapper around a new-style pass. NFC
authorJustin Bogner <mail@justinbogner.com>
Wed, 4 Nov 2015 22:24:08 +0000 (22:24 +0000)
committerJustin Bogner <mail@justinbogner.com>
Wed, 4 Nov 2015 22:24:08 +0000 (22:24 +0000)
commit32968f1f6e71a3a98645bcc13d0cd901fa717617
tree71d586ce51a519efe33c2ea824357d94636e6a4c
parent178bfbdf6096d23fac5fa751cede0a8310b37caf
PM: Rephrase PrintLoopPass as a wrapper around a new-style pass. NFC

Splits PrintLoopPass into a new-style pass and a PrintLoopPassWrapper,
much like we already do for PrintFunctionPass and PrintModulePass.

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