diff options
| author | Jim Grosbach <grosbach@apple.com> | 2009-10-25 18:55:46 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2009-10-25 18:55:46 +0000 |
| commit | 5a9788b979b41bb9561a39741b352afbc09fbaa1 (patch) | |
| tree | 0820497528cdf92c75adcae90aca763744e98e66 /llvm/lib | |
| parent | 1138f04aa54ed286316b3da903bf4e15de1293f2 (diff) | |
| download | bcm5719-llvm-5a9788b979b41bb9561a39741b352afbc09fbaa1.tar.gz bcm5719-llvm-5a9788b979b41bb9561a39741b352afbc09fbaa1.zip | |
80-column cleanup
llvm-svn: 85064
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp b/llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp index f217e0e28f7..76b72985678 100644 --- a/llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp +++ b/llvm/lib/Target/ARM/Thumb2RegisterInfo.cpp @@ -1,4 +1,4 @@ -//===- Thumb2RegisterInfo.cpp - Thumb-2 Register Information -------*- C++ -*-===// +//===- Thumb2RegisterInfo.cpp - Thumb-2 Register Information ----*- 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. // //===----------------------------------------------------------------------===// |

