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:
Jia Liu
2012-02-28 07:46:26 +00:00
parent ec52aaa12f
commit bb481f8820
34 changed files with 156 additions and 156 deletions

View File

@ -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
// //

View File

@ -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
// //

View File

@ -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
// //

View File

@ -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
// //

View File

@ -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
// //

View File

@ -1,4 +1,4 @@
//===- MipsInstrFormats.td - Mips Instruction Formats ------*- tablegen -*-===// //===-- MipsInstrFormats.td - Mips Instruction Formats -----*- tablegen -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===- MipsInstrInfo.h - Mips Instruction Information -----------*- C++ -*-===// //===-- MipsInstrInfo.h - Mips Instruction Information ----------*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -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
// //

View File

@ -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_

View File

@ -1,4 +1,4 @@
//===- MipsSchedule.td - Mips Scheduling Definitions -------*- tablegen -*-===// //===-- MipsSchedule.td - Mips Scheduling Definitions ------*- tablegen -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -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
// //