From: Evan Cheng Date: Fri, 10 Jul 2009 00:45:16 +0000 (+0000) Subject: 80 col violation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b5619f42f4fdf347380d28357549df09b9ca3946;p=oota-llvm.git 80 col violation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75212 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.h b/lib/Target/ARM/ARMBaseRegisterInfo.h index eedb79eaba1..f427b97cc8b 100644 --- a/lib/Target/ARM/ARMBaseRegisterInfo.h +++ b/lib/Target/ARM/ARMBaseRegisterInfo.h @@ -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;