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)
commite4348b0412be4d65074ff3583a9de5587ef0c5f8
tree83f3839047dc6cbb0b6c6e77b41304c4176525de
parent8c114534ffb67f7bf80199f0ea39a075f7e86a12
moves doInitialization and doFinalization to the Pass class and removes some unreachable code in MachineModuleInfo

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

llvm-svn: 169164
llvm/include/llvm/Analysis/LoopPass.h
llvm/include/llvm/Analysis/RegionPass.h
llvm/include/llvm/CallGraphSCCPass.h
llvm/include/llvm/CodeGen/MachineModuleInfo.h
llvm/include/llvm/Pass.h
llvm/lib/CodeGen/MachineModuleInfo.cpp
llvm/lib/VMCore/Pass.cpp
llvm/lib/VMCore/PassManager.cpp