Changes in directory llvm/lib/Support:
ManagedStatic.cpp updated: 1.1 -> 1.2 --- Log message: Define this in the correct n/s --- Diffs of the changes: (+1 -1) ManagedStatic.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Support/ManagedStatic.cpp diff -u llvm/lib/Support/ManagedStatic.cpp:1.1 llvm/lib/Support/ManagedStatic.cpp:1.2 --- llvm/lib/Support/ManagedStatic.cpp:1.1 Wed Sep 27 19:31:55 2006 +++ llvm/lib/Support/ManagedStatic.cpp Fri Sep 29 13:43:14 2006 @@ -46,7 +46,7 @@ } /// llvm_shutdown - Deallocate and destroy all ManagedStatic variables. -void llvm_shutdown() { +void llvm::llvm_shutdown() { while (StaticList) StaticList->destroy(); } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits