remove blanks, and some code format

llvm-svn: 151625
This commit is contained in:
Jia Liu 2012-02-28 07:46:26 +00:00
parent 87c7b09d8d
commit f54f60f3ce
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
//

View File

@ -1,4 +1,4 @@
//===- MipsCallingConv.td - Calling Conventions for Mips ---*- tablegen -*-===//
//===-- MipsCallingConv.td - Calling Conventions for Mips --*- tablegen -*-===//
//
// 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
//

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

View File

@ -1,4 +1,4 @@
//===- MipsInstrFPU.td - Mips FPU Instruction Information --*- tablegen -*-===//
//===-- MipsInstrFPU.td - Mips FPU Instruction Information -*- tablegen -*-===//
//
// 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
//

View File

@ -1,4 +1,4 @@
//===- MipsInstrInfo.h - Mips Instruction Information -----------*- C++ -*-===//
//===-- MipsInstrInfo.h - Mips Instruction Information ----------*- C++ -*-===//
//
// 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
//

View File

@ -1,16 +1,16 @@
//===- MipsRelocations.h - Mips Code Relocations ---------------*- C++ -*-===//
//===-- MipsRelocations.h - Mips Code Relocations ---------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===---------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
//
// This file defines the Mips target-specific relocation types
// (for relocation-model=static).
//
//===---------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
#ifndef 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
//

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