aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/ManagedStatic.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-06-19 18:26:28 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-06-19 18:26:28 +0000
commitdf4d5efc7c70b902d2b2083fcdbc37f44ef81c4e (patch)
treea2d6fadb4cca82f6294452e5b03cf19a632c6dd3 /llvm/lib/Support/ManagedStatic.cpp
parent9786757510e0a8d06030d0ae02f4c5d3821f0dbe (diff)
downloadllvm-df4d5efc7c70b902d2b2083fcdbc37f44ef81c4e.zip
llvm-df4d5efc7c70b902d2b2083fcdbc37f44ef81c4e.tar.gz
llvm-df4d5efc7c70b902d2b2083fcdbc37f44ef81c4e.tar.bz2
Remove use of removed function, llvm_stop_multithreading
llvm-svn: 211291
Diffstat (limited to 'llvm/lib/Support/ManagedStatic.cpp')
-rw-r--r--llvm/lib/Support/ManagedStatic.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Support/ManagedStatic.cpp b/llvm/lib/Support/ManagedStatic.cpp
index 9d7e99f..da01195 100644
--- a/llvm/lib/Support/ManagedStatic.cpp
+++ b/llvm/lib/Support/ManagedStatic.cpp
@@ -94,6 +94,4 @@ void llvm::llvm_shutdown() {
while (StaticList)
StaticList->destroy();
-
- if (llvm_is_multithreaded()) llvm_stop_multithreaded();
}