[llvm-commits] CVS: poolalloc/runtime/PoolAllocator/PoolAllocatorChained.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 27 14:40:05 PST 2003


Changes in directory poolalloc/runtime/PoolAllocator:

PoolAllocatorChained.cpp updated: 1.17 -> 1.18

---
Log message:

fix bug I introduced


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

Index: poolalloc/runtime/PoolAllocator/PoolAllocatorChained.cpp
diff -u poolalloc/runtime/PoolAllocator/PoolAllocatorChained.cpp:1.17 poolalloc/runtime/PoolAllocator/PoolAllocatorChained.cpp:1.18
--- poolalloc/runtime/PoolAllocator/PoolAllocatorChained.cpp:1.17	Sun Oct 26 19:51:22 2003
+++ poolalloc/runtime/PoolAllocator/PoolAllocatorChained.cpp	Mon Oct 27 14:38:57 2003
@@ -435,7 +435,6 @@
       }
       return PS->getElementAddress(Element, Pool->NodeSize);
     }
-    PS = PS->Next;
   }
   
   PoolSlab *New = PoolSlab::create(Pool);





More information about the llvm-commits mailing list