One more step towards making doInitialization and doFinalization useful for
authorPedro Artigas <partigas@apple.com>
Thu, 29 Nov 2012 17:47:05 +0000 (17:47 +0000)
committerPedro Artigas <partigas@apple.com>
Thu, 29 Nov 2012 17:47:05 +0000 (17:47 +0000)
commit6eda0813459547fe8094dd5d31f7dd2214b5ca7a
treef05390ab9a1da2f03cbe8195d4e4c49968c43091
parent6a144e40b059735cd8e701f382680fc1725954bf
One more step towards making doInitialization and doFinalization useful for
start up and clean up module passes, now that ASAN and TSAN are fixed the
tests pass

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168905 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/Pass.h
include/llvm/PassManager.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