mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Reverting NFC changes from r218050. Instead, the warning was disabled for GCC in r218059, so these changes are no longer required.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218062 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d80c0869ee
commit
c21e4e197d
@ -31,7 +31,6 @@ public:
|
||||
Reloc::Model RM, CodeModel::Model CM,
|
||||
CodeGenOpt::Level OL, bool IsLittleEndian);
|
||||
|
||||
using LLVMTargetMachine::getSubtargetImpl;
|
||||
const AArch64Subtarget *getSubtargetImpl() const override {
|
||||
return &Subtarget;
|
||||
}
|
||||
|
@ -32,7 +32,6 @@ public:
|
||||
CodeGenOpt::Level OL,
|
||||
bool isLittle);
|
||||
|
||||
using LLVMTargetMachine::getSubtargetImpl;
|
||||
const ARMSubtarget *getSubtargetImpl() const override { return &Subtarget; }
|
||||
|
||||
/// \brief Register ARM analysis passes with a pass manager.
|
||||
|
@ -31,7 +31,6 @@ public:
|
||||
Reloc::Model RM, CodeModel::Model CM,
|
||||
CodeGenOpt::Level OL);
|
||||
|
||||
using LLVMTargetMachine::getSubtargetImpl;
|
||||
const HexagonSubtarget *getSubtargetImpl() const override {
|
||||
return &Subtarget;
|
||||
}
|
||||
|
@ -32,7 +32,6 @@ public:
|
||||
Reloc::Model RM, CodeModel::Model CM,
|
||||
CodeGenOpt::Level OL);
|
||||
|
||||
using LLVMTargetMachine::getSubtargetImpl;
|
||||
const MSP430Subtarget *getSubtargetImpl() const override {
|
||||
return &Subtarget;
|
||||
}
|
||||
|
@ -39,7 +39,6 @@ public:
|
||||
|
||||
void addAnalysisPasses(PassManagerBase &PM) override;
|
||||
|
||||
using LLVMTargetMachine::getSubtargetImpl;
|
||||
const MipsSubtarget *getSubtargetImpl() const override {
|
||||
if (Subtarget)
|
||||
return Subtarget;
|
||||
|
@ -35,7 +35,6 @@ public:
|
||||
const TargetOptions &Options, Reloc::Model RM,
|
||||
CodeModel::Model CM, CodeGenOpt::Level OP, bool is64bit);
|
||||
|
||||
using LLVMTargetMachine::getSubtargetImpl;
|
||||
const NVPTXSubtarget *getSubtargetImpl() const override { return &Subtarget; }
|
||||
|
||||
ManagedStringPool *getManagedStrPool() const {
|
||||
|
@ -32,7 +32,6 @@ public:
|
||||
Reloc::Model RM, CodeModel::Model CM,
|
||||
CodeGenOpt::Level OL);
|
||||
|
||||
using LLVMTargetMachine::getSubtargetImpl;
|
||||
const PPCSubtarget *getSubtargetImpl() const override { return &Subtarget; }
|
||||
|
||||
// Pass Pipeline Configuration
|
||||
|
@ -33,8 +33,6 @@ public:
|
||||
StringRef CPU, TargetOptions Options, Reloc::Model RM,
|
||||
CodeModel::Model CM, CodeGenOpt::Level OL);
|
||||
~AMDGPUTargetMachine();
|
||||
|
||||
using LLVMTargetMachine::getSubtargetImpl;
|
||||
const AMDGPUSubtarget *getSubtargetImpl() const override {
|
||||
return &Subtarget;
|
||||
}
|
||||
|
@ -28,7 +28,6 @@ public:
|
||||
Reloc::Model RM, CodeModel::Model CM,
|
||||
CodeGenOpt::Level OL, bool is64bit);
|
||||
|
||||
using LLVMTargetMachine::getSubtargetImpl;
|
||||
const SparcSubtarget *getSubtargetImpl() const override { return &Subtarget; }
|
||||
|
||||
// Pass Pipeline Configuration
|
||||
|
@ -32,7 +32,6 @@ public:
|
||||
CodeGenOpt::Level OL);
|
||||
|
||||
// Override TargetMachine.
|
||||
using LLVMTargetMachine::getSubtargetImpl;
|
||||
const SystemZSubtarget *getSubtargetImpl() const override {
|
||||
return &Subtarget;
|
||||
}
|
||||
|
@ -31,8 +31,6 @@ public:
|
||||
StringRef CPU, StringRef FS, const TargetOptions &Options,
|
||||
Reloc::Model RM, CodeModel::Model CM,
|
||||
CodeGenOpt::Level OL);
|
||||
|
||||
using LLVMTargetMachine::getSubtargetImpl;
|
||||
const X86Subtarget *getSubtargetImpl() const override { return &Subtarget; }
|
||||
|
||||
/// \brief Register X86 analysis passes with a pass manager.
|
||||
|
@ -27,7 +27,6 @@ public:
|
||||
Reloc::Model RM, CodeModel::Model CM,
|
||||
CodeGenOpt::Level OL);
|
||||
|
||||
using LLVMTargetMachine::getSubtargetImpl;
|
||||
const XCoreSubtarget *getSubtargetImpl() const override { return &Subtarget; }
|
||||
|
||||
// Pass Pipeline Configuration
|
||||
|
Loading…
Reference in New Issue
Block a user