[llvm-commits] CVS: llvm/include/Support/MallocAllocator.h

John Criswell criswell at cs.uiuc.edu
Wed Nov 12 15:33:02 PST 2003


Changes in directory llvm/include/Support:

MallocAllocator.h updated: 1.4 -> 1.5

---
Log message:

Regress to not using the llvm namespace.
This keeps Pool Allocation stuff from compiling.
We can re-visit it later when we have time to do it right.



---
Diffs of the changes:  (+0 -4)

Index: llvm/include/Support/MallocAllocator.h
diff -u llvm/include/Support/MallocAllocator.h:1.4 llvm/include/Support/MallocAllocator.h:1.5
--- llvm/include/Support/MallocAllocator.h:1.4	Tue Nov 11 16:41:29 2003
+++ llvm/include/Support/MallocAllocator.h	Wed Nov 12 15:32:06 2003
@@ -23,8 +23,6 @@
 #include <cstdlib>
 #include <memory>
 
-namespace llvm {
-
 template<typename T>
 struct MallocAllocator {
   typedef size_t size_type;
@@ -80,7 +78,5 @@
     typedef ::MallocAllocator<Type> allocator_type;
   };
 }
-
-} // End llvm namespace
 
 #endif





More information about the llvm-commits mailing list