1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

silence a ton of warnings from clang.

llvm-svn: 119102
This commit is contained in:
Chris Lattner 2010-11-15 01:45:44 +00:00
parent 794259aec0
commit 11e50c531a

View File

@ -122,7 +122,7 @@ public:
// Debug information queries.
unsigned getRARegister() const;
unsigned getFrameRegister(const MachineFunction &MF) const;
unsigned getBaseRegister() const { return BasePtr; };
unsigned getBaseRegister() const { return BasePtr; }
int getFrameIndexReference(const MachineFunction &MF, int FI,
unsigned &FrameReg) const;
int ResolveFrameIndexReference(const MachineFunction &MF, int FI,