[llvm-commits] CVS: llvm/lib/Support/ManagedStatic.cpp

Chris Lattner sabre at nondot.org
Fri Sep 29 11:43:28 PDT 2006



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






More information about the llvm-commits mailing list