Revert "[PM] Add pass run listeners to the pass manager."
authorJuergen Ributzka <juergen@apple.com>
Thu, 15 May 2014 17:49:20 +0000 (17:49 +0000)
committerJuergen Ributzka <juergen@apple.com>
Thu, 15 May 2014 17:49:20 +0000 (17:49 +0000)
commit218bad2bc5292bec2a46d59e0f85d4c9fde05bf4
tree5f08c8f8b084eef58e5627434499657006d527ee
parentfd76d8a72dac035a4e1963bc6fe635a3b688cfcd
Revert "[PM] Add pass run listeners to the pass manager."

Revert the current implementation and C API. New implementation and C APIs are
in the works.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208904 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
include/llvm/IR/LLVMContext.h
include/llvm/Pass.h
include/llvm/PassSupport.h
lib/IR/Core.cpp
lib/IR/LLVMContext.cpp
lib/IR/LLVMContextImpl.cpp
lib/IR/LLVMContextImpl.h
lib/IR/LegacyPassManager.cpp
lib/IR/Pass.cpp
unittests/ExecutionEngine/MCJIT/MCJITCAPITest.cpp