summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-04-15 21:06:38 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-04-15 21:06:38 +0000
commitd56f2d910b123ee1a183069275d3b921a229fe34 (patch)
tree4ba21bec4ca3d0f46882dfd0c502232d47a313d8 /llvm/lib
parent9fef7218304bd2838e0c277257686617592eaae2 (diff)
downloadbcm5719-llvm-d56f2d910b123ee1a183069275d3b921a229fe34.tar.gz
bcm5719-llvm-d56f2d910b123ee1a183069275d3b921a229fe34.zip
Fix lines that exceed 80 columns. There is no change in functionality.
llvm-svn: 129608
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Mips/TargetInfo/Makefile4
-rw-r--r--llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Target/Mips/TargetInfo/Makefile b/llvm/lib/Target/Mips/TargetInfo/Makefile
index 32f4e1695b1..791b44e5f05 100644
--- a/llvm/lib/Target/Mips/TargetInfo/Makefile
+++ b/llvm/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/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp b/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp
index a8d6fe94b1a..fed68262167 100644
--- a/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp
+++ b/llvm/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"
OpenPOWER on IntegriCloud