mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150297 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
39a9e485f2
commit
fda655ec23
@ -132,8 +132,8 @@ protected:
|
||||
/// are required for fast register allocation.
|
||||
virtual void addFastRegAlloc(FunctionPass *RegAllocPass);
|
||||
|
||||
// addOptimizedRegAlloc - Add passes related to register allocation.
|
||||
// LLVMTargetMachine provides standard regalloc passes for most targets.
|
||||
/// addOptimizedRegAlloc - Add passes related to register allocation.
|
||||
/// LLVMTargetMachine provides standard regalloc passes for most targets.
|
||||
virtual void addOptimizedRegAlloc(FunctionPass *RegAllocPass);
|
||||
|
||||
/// addPostRegAlloc - This method may be implemented by targets that want
|
||||
|
Loading…
x
Reference in New Issue
Block a user