80 col violation.

llvm-svn: 75212
This commit is contained in:
Evan Cheng 2009-07-10 00:45:16 +00:00
parent a3a442fd55
commit 5bdb67db63

View File

@ -53,7 +53,8 @@ protected:
unsigned FramePtr;
// Can be only subclassed.
explicit ARMBaseRegisterInfo(const ARMBaseInstrInfo &tii, const ARMSubtarget &STI);
explicit ARMBaseRegisterInfo(const ARMBaseInstrInfo &tii,
const ARMSubtarget &STI);
// Return the opcode that implements 'Op', or 0 if no opcode
unsigned getOpcode(int Op) const;