mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 04:31:08 +00:00
New file for new pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2012 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fe59454fa2
commit
25f5009d06
15
include/llvm/Transforms/IPO/PoolAllocate.h
Normal file
15
include/llvm/Transforms/IPO/PoolAllocate.h
Normal file
@ -0,0 +1,15 @@
|
||||
//===-- Transforms/IPO/PoolAllocate.h - Pool Allocation Pass -----*- C++ -*--=//
|
||||
//
|
||||
// This transform changes programs so that disjoint data structures are
|
||||
// allocated out of different pools of memory, increasing locality and shrinking
|
||||
// pointer size.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_TRANSFORM_IPO_POOLALLOCATE_H
|
||||
#define LLVM_TRANSFORM_IPO_POOLALLOCATE_H
|
||||
|
||||
class Pass;
|
||||
Pass *createPoolAllocatePass();
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user