mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Goodbye, AddRegNumToValues
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9309 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -630,12 +630,6 @@ struct UltraSparcCacheInfo: public TargetCacheInfo {
|
||||
};
|
||||
|
||||
|
||||
/// createAddRegNumToValuesPass - this pass adds unsigned register numbers to
|
||||
/// instructions, since that's not done by the Sparc InstSelector, but that's
|
||||
/// how the target-independent register allocator in the JIT likes to see
|
||||
/// instructions. This pass enables the usage of the JIT register allocator(s).
|
||||
Pass *createAddRegNumToValuesPass();
|
||||
|
||||
/// createStackSlotsPass - External interface to stack-slots pass that enters 2
|
||||
/// empty slots at the top of each function stack
|
||||
Pass *createStackSlotsPass(const TargetMachine &TM);
|
||||
|
Reference in New Issue
Block a user