Define this in the correct n/s

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30671 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-09-29 18:43:14 +00:00
parent b010d64f92
commit 151880b020

View 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();
}