mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 06:31:18 +00:00
Fix td file comments for Mips.
Patch by Liu <proljc@gmail.com>! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131086 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
183c627d89
commit
49ac3d7da9
@ -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
|
// 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
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
@ -6,6 +6,10 @@
|
|||||||
// License. See LICENSE.TXT for details.
|
// License. See LICENSE.TXT for details.
|
||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
//
|
||||||
|
// This file contains the Mips implementation of the TargetInstrInfo class.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
// Instruction format superclass
|
// Instruction format superclass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user