mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-22 10:24:26 +00:00
Removed the BigBlock register allocator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77640 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -99,15 +99,6 @@ namespace llvm {
|
||||
///
|
||||
FunctionPass *createLocalRegisterAllocator();
|
||||
|
||||
/// BigBlockRegisterAllocation Pass - The BigBlock register allocator
|
||||
/// munches single basic blocks at a time, like the local register
|
||||
/// allocator. While the BigBlock allocator is a little slower, and uses
|
||||
/// somewhat more memory than the local register allocator, it tends to
|
||||
/// yield the best allocations (of any of the allocators) for blocks that
|
||||
/// have hundreds or thousands of instructions in sequence.
|
||||
///
|
||||
FunctionPass *createBigBlockRegisterAllocator();
|
||||
|
||||
/// LinearScanRegisterAllocation Pass - This pass implements the linear scan
|
||||
/// register allocation algorithm, a global register allocator.
|
||||
///
|
||||
|
Reference in New Issue
Block a user