mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
clang-format this file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182560 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1529f0c718
commit
23e24bd284
@ -39,10 +39,8 @@ class AMDGPUTargetMachine : public LLVMTargetMachine {
|
||||
|
||||
public:
|
||||
AMDGPUTargetMachine(const Target &T, StringRef TT, StringRef FS,
|
||||
StringRef CPU,
|
||||
TargetOptions Options,
|
||||
Reloc::Model RM, CodeModel::Model CM,
|
||||
CodeGenOpt::Level OL);
|
||||
StringRef CPU, TargetOptions Options, Reloc::Model RM,
|
||||
CodeModel::Model CM, CodeGenOpt::Level OL);
|
||||
~AMDGPUTargetMachine();
|
||||
virtual const AMDGPUFrameLowering *getFrameLowering() const {
|
||||
return &FrameLowering;
|
||||
@ -55,9 +53,7 @@ public:
|
||||
virtual const AMDGPURegisterInfo *getRegisterInfo() const {
|
||||
return &InstrInfo->getRegisterInfo();
|
||||
}
|
||||
virtual AMDGPUTargetLowering * getTargetLowering() const {
|
||||
return TLInfo;
|
||||
}
|
||||
virtual AMDGPUTargetLowering *getTargetLowering() const { return TLInfo; }
|
||||
virtual const InstrItineraryData *getInstrItineraryData() const {
|
||||
return InstrItins;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user