aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-07-10 00:45:16 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-07-10 00:45:16 +0000
commit859f1f8be6f11797632d51462a54022b37974004 (patch)
tree7d23ad9a49f26b5171c913b51df75165d35e338e /lib/Target
parentd0e63fa118d81ec8fd366cab55171f0c09f7a145 (diff)
downloadexternal_llvm-859f1f8be6f11797632d51462a54022b37974004.zip
external_llvm-859f1f8be6f11797632d51462a54022b37974004.tar.gz
external_llvm-859f1f8be6f11797632d51462a54022b37974004.tar.bz2
80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75212 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/ARM/ARMBaseRegisterInfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.h b/lib/Target/ARM/ARMBaseRegisterInfo.h
index eedb79e..f427b97 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;