From: Chris Lattner Date: Fri, 29 Sep 2006 18:43:14 +0000 (+0000) Subject: Define this in the correct n/s X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=151880b020e33e12a0286612ec450051bd16f8e8;p=oota-llvm.git Define this in the correct n/s git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30671 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/ManagedStatic.cpp b/lib/Support/ManagedStatic.cpp index 85daaf8ba52..5c8feaf554f 100644 --- a/lib/Support/ManagedStatic.cpp +++ b/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(); }