remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.

llvm-svn: 150805
This commit is contained in:
Jia Liu 2012-02-17 08:55:11 +00:00
parent eb54f08aee
commit 9f6101191b
27 changed files with 27 additions and 27 deletions

View File

@ -1,4 +1,4 @@
// MipsAsmParser.cpp - Parse Mips assembly to MCInst instructions -*- C++ -*-=// //===-- MipsAsmParser.cpp - Parse Mips assembly to MCInst instructions ----===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//== MipsInstPrinter.cpp - Convert Mips MCInst to assembly syntax -*- C++ -*-=// //===-- MipsInstPrinter.cpp - Convert Mips MCInst to assembly syntax ------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsASMBackend.cpp - Mips Asm Backend -----------------*- C++ -*--===// //===-- MipsASMBackend.cpp - Mips Asm Backend ----------------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsELFObjectWriter.cpp - Mips ELF Writer --------------*- C++ -*--===// //===-- MipsELFObjectWriter.cpp - Mips ELF Writer -------------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsMCAsmInfo.cpp - Mips Asm Properties ----------------*- C++ -*--===// //===-- MipsMCAsmInfo.cpp - Mips Asm Properties ---------------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//=====-- MipsMCAsmInfo.h - Mips Asm Info ---------------------*- C++ -*--====// //===-- MipsMCAsmInfo.h - Mips Asm Info ------------------------*- C++ -*--===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//=== MipsMCCodeEmitter.cpp - Convert Mips Code to Machine Code -*- C++ -*-===// //===-- MipsMCCodeEmitter.cpp - Convert Mips Code to Machine Code ---------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsMCTargetDesc.cpp - Mips Target Descriptions ---------*- C++ -*-===// //===-- MipsMCTargetDesc.cpp - Mips Target Descriptions -------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsAnalyzeImmediate.cpp - Analyze Immediates ----------*- C++ -*--===// //===-- MipsAnalyzeImmediate.cpp - Analyze Immediates ---------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsAsmPrinter.cpp - Mips LLVM Assembly Printer --------*- C++ -*--===// //===-- MipsAsmPrinter.cpp - Mips LLVM Assembly Printer -------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//== Mips/MipsCodeEmitter.cpp - Convert Mips Code to Machine Code -*- C++ -*-=// //===-- Mips/MipsCodeEmitter.cpp - Convert Mips Code to Machine Code ------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- DelaySlotFiller.cpp - Mips Delay Slot Filler -----------*- C++ -*--===// //===-- DelaySlotFiller.cpp - Mips Delay Slot Filler ----------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsEmitGPRestore.cpp - Emit GP Restore Instruction ----*- C++ -*--===// //===-- MipsEmitGPRestore.cpp - Emit GP Restore Instruction ---------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsExpandPseudo.cpp - Expand Pseudo Instructions -----*- C++ -*--===// //===-- MipsExpandPseudo.cpp - Expand Pseudo Instructions ----------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//=======- MipsFrameLowering.cpp - Mips Frame Information ------*- C++ -*-====// //===-- MipsFrameLowering.cpp - Mips Frame Information --------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//=== MipsISelDAGToDAG.cpp - A Dag to Dag Inst Selector for Mips -*- C++ -*-==// //===-- MipsISelDAGToDAG.cpp - A Dag to Dag Inst Selector for Mips --------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//=== MipsISelLowering.cpp - Mips DAG Lowering Implementation --*- C++ -*--===// //=== --MipsISelLowering.cpp - Mips DAG Lowering Implementation -----------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

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

View File

@ -1,4 +1,4 @@
//===-- MipsJITInfo.cpp - Implement the Mips JIT Interface -----*- C++ -*--===// //===-- MipsJITInfo.cpp - Implement the Mips JIT Interface ----------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//=== MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst -*- C++ -*-===// //===-- MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst ---------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsMachineFunctionInfo.cpp - Private data used for Mips --*- C++ -*-=// //===-- MipsMachineFunctionInfo.cpp - Private data used for Mips ----------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===- MipsRegisterInfo.cpp - MIPS Register Information -== -----*- C++ -*-===// //===-- MipsRegisterInfo.cpp - MIPS Register Information -== --------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsSelectionDAGInfo.cpp - Mips SelectionDAG Info ------*- C++ -*--===// //===-- MipsSelectionDAGInfo.cpp - Mips SelectionDAG Info -----------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===- MipsSubtarget.cpp - Mips Subtarget Information -----------*- C++ -*-===// //===-- MipsSubtarget.cpp - Mips Subtarget Information --------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsTargetMachine.cpp - Define TargetMachine for Mips --*- C++ -*--===// //===-- MipsTargetMachine.cpp - Define TargetMachine for Mips -------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsTargetObjectFile.cpp - Mips Object Files -----------*- C++ -*--===// //===-- MipsTargetObjectFile.cpp - Mips Object Files ----------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -1,4 +1,4 @@
//===-- MipsTargetInfo.cpp - Mips Target Implementation --------*- C++ -*--===// //===-- MipsTargetInfo.cpp - Mips Target Implementation -------------------===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //