mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
Fix typo, cleanup whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86917 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -283,7 +283,7 @@ namespace {
|
|||||||
sys::MemoryBlock LastSlab;
|
sys::MemoryBlock LastSlab;
|
||||||
|
|
||||||
// Memory slabs allocated by the JIT. We refer to them as slabs so we don't
|
// Memory slabs allocated by the JIT. We refer to them as slabs so we don't
|
||||||
// confuse them with the blocks of memory descibed above.
|
// confuse them with the blocks of memory described above.
|
||||||
std::vector<sys::MemoryBlock> CodeSlabs;
|
std::vector<sys::MemoryBlock> CodeSlabs;
|
||||||
JITSlabAllocator BumpSlabAllocator;
|
JITSlabAllocator BumpSlabAllocator;
|
||||||
BumpPtrAllocator StubAllocator;
|
BumpPtrAllocator StubAllocator;
|
||||||
|
Reference in New Issue
Block a user