From aef55c8801ef2b6ab81ac73d1499e98eb86947bf Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Fri, 15 Apr 2011 21:00:26 +0000 Subject: Fix lines that have incorrect indentation or exceed 80 columns. There is no change in functionality. llvm-svn: 129606 --- llvm/lib/Target/Mips/MipsSubtarget.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/lib/Target/Mips/MipsSubtarget.h') diff --git a/llvm/lib/Target/Mips/MipsSubtarget.h b/llvm/lib/Target/Mips/MipsSubtarget.h index 096bbed7b04..bf7afe255b6 100644 --- a/llvm/lib/Target/Mips/MipsSubtarget.h +++ b/llvm/lib/Target/Mips/MipsSubtarget.h @@ -1,15 +1,15 @@ -//=====-- MipsSubtarget.h - Define Subtarget for the Mips -----*- C++ -*--====// +//=====-- MipsSubtarget.h - Define Subtarget for the Mips ----*- C++ -*--====// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // -//===----------------------------------------------------------------------===// +//===---------------------------------------------------------------------===// // // This file declares the Mips specific subclass of TargetSubtarget. // -//===----------------------------------------------------------------------===// +//===---------------------------------------------------------------------===// #ifndef MIPSSUBTARGET_H #define MIPSSUBTARGET_H -- cgit v1.2.3