moves doInitialization and doFinalization to the Pass class and removes some unreacha...
authorPedro Artigas <partigas@apple.com>
Mon, 3 Dec 2012 21:56:57 +0000 (21:56 +0000)
committerPedro Artigas <partigas@apple.com>
Mon, 3 Dec 2012 21:56:57 +0000 (21:56 +0000)
commit49eb628c21b358380b76df82aa3dfe0baab4c6ec
tree29d69b3d5f7545a0dc7def41118e59b1dd28036b
parentf7e78487de159940e00e3fadaf6b2e023e2ad8fe
moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo

reviewed by Evan Cheng <evan.cheng@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169164 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopPass.h
include/llvm/Analysis/RegionPass.h
include/llvm/CallGraphSCCPass.h
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/Pass.h
lib/CodeGen/MachineModuleInfo.cpp
lib/VMCore/Pass.cpp
lib/VMCore/PassManager.cpp