summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ManagedStatic.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-29 18:43:14 +0000
committerChris Lattner <sabre@nondot.org>2006-09-29 18:43:14 +0000
commitadf40953381f0301045e0b3c0b8d5fe2fa29b14b (patch)
tree495437a5fe8918a0a3147435b05b578197308481 /llvm/lib/Support/ManagedStatic.cpp
parent754c8cf7020f3bb7c50ca2a268fe27dac5015ed1 (diff)
downloadbcm5719-llvm-adf40953381f0301045e0b3c0b8d5fe2fa29b14b.tar.gz
bcm5719-llvm-adf40953381f0301045e0b3c0b8d5fe2fa29b14b.zip
Define this in the correct n/s
llvm-svn: 30671
Diffstat (limited to 'llvm/lib/Support/ManagedStatic.cpp')
-rw-r--r--llvm/lib/Support/ManagedStatic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/ManagedStatic.cpp b/llvm/lib/Support/ManagedStatic.cpp
index 85daaf8ba52..5c8feaf554f 100644
--- a/llvm/lib/Support/ManagedStatic.cpp
+++ b/llvm/lib/Support/ManagedStatic.cpp
@@ -46,7 +46,7 @@ void ManagedStaticBase::destroy() const {
}
/// llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
-void llvm_shutdown() {
+void llvm::llvm_shutdown() {
while (StaticList)
StaticList->destroy();
}
OpenPOWER on IntegriCloud