diff options
author | Akira Hatanaka <ahatanak@gmail.com> | 2011-04-15 21:00:26 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-04-15 21:00:26 +0000 |
commit | aef55c8801ef2b6ab81ac73d1499e98eb86947bf (patch) | |
tree | 46ec104c5a506bbadcafeab5a35b14e8b9e8ae8a /llvm/lib/Target/Mips/MipsRegisterInfo.h | |
parent | fec280e750d1251af2f975173e2e4af05b0f46da (diff) | |
download | bcm5719-llvm-aef55c8801ef2b6ab81ac73d1499e98eb86947bf.tar.gz bcm5719-llvm-aef55c8801ef2b6ab81ac73d1499e98eb86947bf.zip |
Fix lines that have incorrect indentation or exceed 80 columns. There is no change in functionality.
llvm-svn: 129606
Diffstat (limited to 'llvm/lib/Target/Mips/MipsRegisterInfo.h')
-rw-r--r-- | llvm/lib/Target/Mips/MipsRegisterInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/MipsRegisterInfo.h b/llvm/lib/Target/Mips/MipsRegisterInfo.h index 767359fd6ed..40ab716d4fa 100644 --- a/llvm/lib/Target/Mips/MipsRegisterInfo.h +++ b/llvm/lib/Target/Mips/MipsRegisterInfo.h @@ -1,15 +1,15 @@ -//===- MipsRegisterInfo.h - Mips Register Information Impl ------*- C++ -*-===// +//===- MipsRegisterInfo.h - Mips Register Information Impl -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // -//===----------------------------------------------------------------------===// +//===---------------------------------------------------------------------===// // // This file contains the Mips implementation of the TargetRegisterInfo class. // -//===----------------------------------------------------------------------===// +//===---------------------------------------------------------------------===// #ifndef MIPSREGISTERINFO_H #define MIPSREGISTERINFO_H |