Define this in the correct n/s
authorChris Lattner <sabre@nondot.org>
Fri, 29 Sep 2006 18:43:14 +0000 (18:43 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 29 Sep 2006 18:43:14 +0000 (18:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30671 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/ManagedStatic.cpp

index 85daaf8ba525f0949d4ec9e966ceb65bfc4c13d0..5c8feaf554f952c0791bb7b319f2ce3d258c3277 100644 (file)
@@ -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();
 }