Revert r168635 "Step towards implementation of pass manager with doInitialization...
authorOwen Anderson <resistor@mac.com>
Tue, 27 Nov 2012 00:53:24 +0000 (00:53 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 27 Nov 2012 00:53:24 +0000 (00:53 +0000)
commit9780d352b9108d49097970f6686fd61aba58d7fc
tree505571eeebc1e4a3d2487ac867ab3c218f947dc4
parent6f6b97daf67ba017e5a10125551d5bd39dd80830
Revert r168635 "Step towards implementation of pass manager with doInitialization and doFinalization per module detangled from runOn?? calls, still has temporary code not to break ASAN to be removed when that pass conforms to the proposed model".
It appears to have broken at least one buildbot.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168654 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/Pass.h
include/llvm/PassManager.h
include/llvm/PassManagers.h
lib/VMCore/PassManager.cpp
tools/bugpoint/CrashDebugger.cpp
tools/llc/llc.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-prof/llvm-prof.cpp
tools/llvm-stress/llvm-stress.cpp
tools/lto/LTOCodeGenerator.cpp
tools/opt/opt.cpp