Revert r211066, 211067, 211068, 211069, 211070.

These were committed accidentally from the wrong branch before having
a review sign-off.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211072 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zachary Turner
2014-06-16 22:49:41 +00:00
parent 298ff80849
commit 5ea46694d0
10 changed files with 134 additions and 47 deletions

View File

@@ -2702,10 +2702,11 @@ void LLVMDisposePassManager(LLVMPassManagerRef PM) {
/*===-- Threading ------------------------------------------------------===*/
LLVMBool LLVMStartMultithreaded() {
return LLVMIsMultithreaded();
return llvm_start_multithreaded();
}
void LLVMStopMultithreaded() {
llvm_stop_multithreaded();
}
LLVMBool LLVMIsMultithreaded() {