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 32f4e1695b1d77dd10337cd4355a6655d94cd1ff..791b44e5f0572987b9f1ea63415f844d65d0ff67 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 a8d6fe94b1ad8d4635dfb73d73818c2cfe95aa8d..fed68262167ea5244ee5e38f56dab25dd9d7bcbf 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"