mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
Remove the use and initialization of the target machine and subtarget
from SystemZFrameLowering. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212123 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#ifndef SYSTEMZFRAMELOWERING_H
|
||||
#define SYSTEMZFRAMELOWERING_H
|
||||
|
||||
#include "SystemZSubtarget.h"
|
||||
#include "llvm/ADT/IndexedMap.h"
|
||||
#include "llvm/Target/TargetFrameLowering.h"
|
||||
|
||||
@@ -21,13 +20,8 @@ class SystemZSubtarget;
|
||||
class SystemZFrameLowering : public TargetFrameLowering {
|
||||
IndexedMap<unsigned> RegSpillOffsets;
|
||||
|
||||
protected:
|
||||
const SystemZTargetMachine &TM;
|
||||
const SystemZSubtarget &STI;
|
||||
|
||||
public:
|
||||
SystemZFrameLowering(const SystemZTargetMachine &tm,
|
||||
const SystemZSubtarget &sti);
|
||||
SystemZFrameLowering();
|
||||
|
||||
// Override TargetFrameLowering.
|
||||
bool isFPCloseToIncomingSP() const override { return false; }
|
||||
|
||||
Reference in New Issue
Block a user