mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
Remove pool alloc accessor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5473 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f9c81670d7
commit
9a64084a84
@ -69,14 +69,6 @@ Pass *createFunctionInliningPass();
|
||||
Pass *createInternalizePass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// createPoolAllocatePass - This transform changes programs so that disjoint
|
||||
// data structures are allocated out of different pools of memory, increasing
|
||||
// locality and shrinking pointer size.
|
||||
//
|
||||
Pass *createPoolAllocatePass();
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// These passes are wrappers that can do a few simple structure mutation
|
||||
// transformations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user