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
This commit is contained in:
Akira Hatanaka 2011-04-15 21:06:38 +00:00
parent 27c4ba16ae
commit 6c3541d559
2 changed files with 4 additions and 4 deletions

View 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

View 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"