diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-11-15 01:45:44 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-11-15 01:45:44 +0000 | 
| commit | 3ddef1ac3634f584a2467b656712703661df44a8 (patch) | |
| tree | 147690ea2ae124ebff0244de9ea357d52af41efa /llvm/lib/Target/ARM/ARMBaseRegisterInfo.h | |
| parent | 471da24dfa31382c12c399bda53aa0d0fe441398 (diff) | |
| download | bcm5719-llvm-3ddef1ac3634f584a2467b656712703661df44a8.tar.gz bcm5719-llvm-3ddef1ac3634f584a2467b656712703661df44a8.zip  | |
silence a ton of warnings from clang.
llvm-svn: 119102
Diffstat (limited to 'llvm/lib/Target/ARM/ARMBaseRegisterInfo.h')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMBaseRegisterInfo.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h b/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h index 859c554158a..25792c70c3d 100644 --- a/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h +++ b/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h @@ -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,  | 

