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/MipsTargetMachine.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'llvm/lib/Target/Mips/MipsTargetMachine.cpp') diff --git a/llvm/lib/Target/Mips/MipsTargetMachine.cpp b/llvm/lib/Target/Mips/MipsTargetMachine.cpp index 53190b46004..be34980aa5c 100644 --- a/llvm/lib/Target/Mips/MipsTargetMachine.cpp +++ b/llvm/lib/Target/Mips/MipsTargetMachine.cpp @@ -1,15 +1,15 @@ -//===-- MipsTargetMachine.cpp - Define TargetMachine for Mips -------------===// +//===-- MipsTargetMachine.cpp - Define TargetMachine for Mips ------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // -//===----------------------------------------------------------------------===// +//===---------------------------------------------------------------------===// // // Implements the info about Mips target spec. // -//===----------------------------------------------------------------------===// +//===---------------------------------------------------------------------===// #include "Mips.h" #include "MipsMCAsmInfo.h" @@ -34,8 +34,8 @@ extern "C" void LLVMInitializeMipsTarget() { // an easier handling. // Using CodeModel::Large enables different CALL behavior. MipsTargetMachine:: -MipsTargetMachine(const Target &T, const std::string &TT, const std::string &FS, - bool isLittle=false): +MipsTargetMachine(const Target &T, const std::string &TT, + const std::string &FS, bool isLittle=false) : LLVMTargetMachine(T, TT), Subtarget(TT, FS, isLittle), DataLayout(isLittle ? std::string("e-p:32:32:32-i8:8:32-i16:16:32-n32") : -- cgit v1.2.3