mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-21 02:24:22 +00:00
remove blanks, and some code format
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151625 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
//===- Mips.td - Describe the Mips Target Machine ----------*- tablegen -*-===//
|
//===-- Mips.td - Describe the Mips Target Machine ---------*- tablegen -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===- MipsCallingConv.td - Calling Conventions for Mips ---*- tablegen -*-===//
|
//===-- MipsCallingConv.td - Calling Conventions for Mips --*- tablegen -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===- MipsCondMov.td - Describe Mips Conditional Moves ---*- tablegen -*--===//
|
//===-- MipsCondMov.td - Describe Mips Conditional Moves --*- tablegen -*--===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//==--- MipsFrameLowering.h - Define frame lowering for Mips --*- C++ -*---===//
|
//===-- MipsFrameLowering.h - Define frame lowering for Mips ----*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===- MipsInstrFPU.td - Mips FPU Instruction Information --*- tablegen -*-===//
|
//===-- MipsInstrFPU.td - Mips FPU Instruction Information -*- tablegen -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===- MipsInstrFormats.td - Mips Instruction Formats ------*- tablegen -*-===//
|
//===-- MipsInstrFormats.td - Mips Instruction Formats -----*- tablegen -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===- MipsInstrInfo.h - Mips Instruction Information -----------*- C++ -*-===//
|
//===-- MipsInstrInfo.h - Mips Instruction Information ----------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===- MipsRegisterInfo.h - Mips Register Information Impl ------*- C++ -*-===//
|
//===-- MipsRegisterInfo.h - Mips Register Information Impl -----*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
//===- MipsRelocations.h - Mips Code Relocations ---------------*- C++ -*-===//
|
//===-- MipsRelocations.h - Mips Code Relocations ---------------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
// This file is distributed under the University of Illinois Open Source
|
// This file is distributed under the University of Illinois Open Source
|
||||||
// License. See LICENSE.TXT for details.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
//===---------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This file defines the Mips target-specific relocation types
|
// This file defines the Mips target-specific relocation types
|
||||||
// (for relocation-model=static).
|
// (for relocation-model=static).
|
||||||
//
|
//
|
||||||
//===---------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#ifndef MIPSRELOCATIONS_H_
|
#ifndef MIPSRELOCATIONS_H_
|
||||||
#define MIPSRELOCATIONS_H_
|
#define MIPSRELOCATIONS_H_
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//===- MipsSchedule.td - Mips Scheduling Definitions -------*- tablegen -*-===//
|
//===-- MipsSchedule.td - Mips Scheduling Definitions ------*- tablegen -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
//=====-- MipsSubtarget.h - Define Subtarget for the Mips -----*- C++ -*--====//
|
//===-- MipsSubtarget.h - Define Subtarget for the Mips ---------*- C++ -*-===//
|
||||||
//
|
//
|
||||||
// The LLVM Compiler Infrastructure
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user