diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-11-07 22:00:39 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-11-07 22:00:39 +0000 |
commit | 31c24bf5b39cc8391d4cfdbf8cf5163975fdb81e (patch) | |
tree | 8e05d59a259151c8528e95b3741baaf617065bef /lib/Target/ARM/Thumb2RegisterInfo.h | |
parent | 8a5ec86a3d4d599984e52c0c5a3a6a436607cf3e (diff) |
80-column cleanup of file header comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86408 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Thumb2RegisterInfo.h')
-rw-r--r-- | lib/Target/ARM/Thumb2RegisterInfo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Target/ARM/Thumb2RegisterInfo.h b/lib/Target/ARM/Thumb2RegisterInfo.h index a295630586..b3cf2e5b09 100644 --- a/lib/Target/ARM/Thumb2RegisterInfo.h +++ b/lib/Target/ARM/Thumb2RegisterInfo.h @@ -1,4 +1,4 @@ -//===- Thumb2RegisterInfo.h - Thumb-2 Register Information Impl ----*- C++ -*-===// +//===- Thumb2RegisterInfo.h - Thumb-2 Register Information Impl -*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -7,7 +7,8 @@ // //===----------------------------------------------------------------------===// // -// This file contains the Thumb-2 implementation of the TargetRegisterInfo class. +// This file contains the Thumb-2 implementation of the TargetRegisterInfo +// class. // //===----------------------------------------------------------------------===// |