diff options
| author | Zachary Turner <zturner@google.com> | 2014-06-16 22:49:41 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2014-06-16 22:49:41 +0000 |
| commit | ccbf3d01f031011c47a60eebc94580d9251ae272 (patch) | |
| tree | 549b23618973ee1dc18cb980ac6860660e45ceba /llvm/lib/IR | |
| parent | ff7d1f4af7bbfaaf2309a5a6cff1e8f82317ff30 (diff) | |
| download | bcm5719-llvm-ccbf3d01f031011c47a60eebc94580d9251ae272.tar.gz bcm5719-llvm-ccbf3d01f031011c47a60eebc94580d9251ae272.zip | |
Revert r211066, 211067, 211068, 211069, 211070.
These were committed accidentally from the wrong branch before having
a review sign-off.
llvm-svn: 211072
Diffstat (limited to 'llvm/lib/IR')
| -rw-r--r-- | llvm/lib/IR/Core.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/IR/Core.cpp b/llvm/lib/IR/Core.cpp index 68b9baa2baa..197b6cb9054 100644 --- a/llvm/lib/IR/Core.cpp +++ b/llvm/lib/IR/Core.cpp @@ -2702,10 +2702,11 @@ void LLVMDisposePassManager(LLVMPassManagerRef PM) { /*===-- Threading ------------------------------------------------------===*/ LLVMBool LLVMStartMultithreaded() { - return LLVMIsMultithreaded(); + return llvm_start_multithreaded(); } void LLVMStopMultithreaded() { + llvm_stop_multithreaded(); } LLVMBool LLVMIsMultithreaded() { |

