DebugInfo: Provide a utility for building a mapping from llvm::Function*s to llvm...
[oota-llvm.git] / lib / IR / Core.cpp
index 2c49d5b949caa71eb7d96c44ecfd6fb4b895c751..0cb781c2c6b2b42f9cf1a0cade5f5129e8423fc9 100644 (file)
@@ -2708,11 +2708,10 @@ void LLVMDisposePassManager(LLVMPassManagerRef PM) {
 /*===-- Threading ------------------------------------------------------===*/
 
 LLVMBool LLVMStartMultithreaded() {
-  return llvm_start_multithreaded();
+  return LLVMIsMultithreaded();
 }
 
 void LLVMStopMultithreaded() {
-  llvm_stop_multithreaded();
 }
 
 LLVMBool LLVMIsMultithreaded() {