OSDN Git Service

Fix lines that exceed 80 columns. There is no change in functionality.
authorAkira Hatanaka <ahatanak@gmail.com>
Fri, 15 Apr 2011 21:06:38 +0000 (21:06 +0000)
committerAkira Hatanaka <ahatanak@gmail.com>
Fri, 15 Apr 2011 21:06:38 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129608 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/TargetInfo/Makefile
lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp

index 32f4e16..791b44e 100644 (file)
@@ -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
 
index a8d6fe9..fed6826 100644 (file)
@@ -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"