From 6c3541d5597033bdb2f26f5ade811b482c32a39a Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Fri, 15 Apr 2011 21:06:38 +0000 Subject: [PATCH] Fix lines that exceed 80 columns. There is no change in functionality. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129608 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/TargetInfo/Makefile | 4 ++-- lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Target/Mips/TargetInfo/Makefile b/lib/Target/Mips/TargetInfo/Makefile index 32f4e1695b1..791b44e5f05 100644 --- a/lib/Target/Mips/TargetInfo/Makefile +++ b/lib/Target/Mips/TargetInfo/Makefile @@ -1,11 +1,11 @@ -##===- lib/Target/Mips/TargetInfo/Makefile -----------------*- Makefile -*-===## +##===- lib/Target/Mips/TargetInfo/Makefile ----------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. # -##===----------------------------------------------------------------------===## +##===---------------------------------------------------------------------===## LEVEL = ../../../.. LIBRARYNAME = LLVMMipsInfo diff --git a/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp b/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp index a8d6fe94b1a..fed68262167 100644 --- a/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp +++ b/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp @@ -1,11 +1,11 @@ -//===-- MipsTargetInfo.cpp - Mips Target Implementation -------------------===// +//===-- MipsTargetInfo.cpp - Mips Target Implementation ------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // -//===----------------------------------------------------------------------===// +//===---------------------------------------------------------------------===// #include "Mips.h" #include "llvm/Module.h" -- 2.34.1