mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
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:
parent
27c4ba16ae
commit
6c3541d559
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user