mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
silence a ton of warnings from clang.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119102 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
|||||||
// Debug information queries.
|
// Debug information queries.
|
||||||
unsigned getRARegister() const;
|
unsigned getRARegister() const;
|
||||||
unsigned getFrameRegister(const MachineFunction &MF) const;
|
unsigned getFrameRegister(const MachineFunction &MF) const;
|
||||||
unsigned getBaseRegister() const { return BasePtr; };
|
unsigned getBaseRegister() const { return BasePtr; }
|
||||||
int getFrameIndexReference(const MachineFunction &MF, int FI,
|
int getFrameIndexReference(const MachineFunction &MF, int FI,
|
||||||
unsigned &FrameReg) const;
|
unsigned &FrameReg) const;
|
||||||
int ResolveFrameIndexReference(const MachineFunction &MF, int FI,
|
int ResolveFrameIndexReference(const MachineFunction &MF, int FI,
|
||||||
|
Reference in New Issue
Block a user