Files
llvm-6502/include/llvm/Support
Hans Wennborg 61760cece0 BumpPtrAllocator: remove 'no slabs allocated yet' check
We already handle the no-slabs case when checking whether the current slab
is large enough: if no slabs have been allocated, CurPtr and End are both 0.
alignPtr(0), will still be 0, and so "if (Ptr + Size <= End)" fails.

Differential Revision: http://reviews.llvm.org/D4943

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215841 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-17 18:31:18 +00:00
..
2014-06-10 20:45:52 +00:00
2014-08-08 21:35:52 +00:00
2014-07-23 17:18:05 +00:00
2014-07-02 14:40:35 +00:00
2014-08-09 00:26:27 +00:00
2014-06-25 15:47:36 +00:00
2014-06-24 05:59:52 +00:00