1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Define this in the correct n/s

llvm-svn: 30671
This commit is contained in:
Chris Lattner 2006-09-29 18:43:14 +00:00
parent b4e7c0864c
commit 1d0cc59e5b

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