80 col violation.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 10 Jul 2009 00:45:16 +0000 (00:45 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 10 Jul 2009 00:45:16 +0000 (00:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75212 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMBaseRegisterInfo.h

index eedb79eaba18d103842d282f332a5bae49905b4e..f427b97cc8b4ffbd51ba1fa0881b63310257773b 100644 (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;