forked from OSchip/llvm-project
Fix td file comments for Mips.
Patch by Liu <proljc@gmail.com>! llvm-svn: 131086
This commit is contained in:
parent
92ff16b7bb
commit
5dc19f916c
|
|
@ -7,7 +7,7 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file contains the Mips implementation of the TargetInstrInfo class.
|
||||
// This file describes the Mips FPU instruction set.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//===- MipsRegisterInfo.td - Mips Register defs ------------*- tablegen -*-===//
|
||||
//===- MipsInstrFormats.td - Mips Instruction Formats ------*- tablegen -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//===- MipsInstrInfo.td - Mips Register defs ---------------*- tablegen -*-===//
|
||||
//===- MipsInstrInfo.td - Target Description for Mips Target -*- tablegen -*-=//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
|
@ -6,6 +6,10 @@
|
|||
// License. See LICENSE.TXT for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// This file contains the Mips implementation of the TargetInstrInfo class.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Instruction format superclass
|
||||
|
|
|
|||
Loading…
Reference in New Issue