summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-05-09 18:16:46 +0000
committerEric Christopher <echristo@apple.com>2011-05-09 18:16:46 +0000
commit5dc19f916c2ceeb301ed145c7fbcf5f99b7a85c7 (patch)
treeb0a4cb3c03c33d65727e0483ed5ae7a19d1f4fdb /llvm/lib/Target
parent92ff16b7bb9d66ce57671ea5ef225491585ac748 (diff)
downloadbcm5719-llvm-5dc19f916c2ceeb301ed145c7fbcf5f99b7a85c7.tar.gz
bcm5719-llvm-5dc19f916c2ceeb301ed145c7fbcf5f99b7a85c7.zip
Fix td file comments for Mips.
Patch by Liu <proljc@gmail.com>! llvm-svn: 131086
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/Mips/MipsInstrFPU.td2
-rw-r--r--llvm/lib/Target/Mips/MipsInstrFormats.td2
-rw-r--r--llvm/lib/Target/Mips/MipsInstrInfo.td6
3 files changed, 7 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrFPU.td b/llvm/lib/Target/Mips/MipsInstrFPU.td
index a86c5c7e8b8..576bec0dddd 100644
--- a/llvm/lib/Target/Mips/MipsInstrFPU.td
+++ b/llvm/lib/Target/Mips/MipsInstrFPU.td
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file contains the Mips implementation of the TargetInstrInfo class.
+// This file describes the Mips FPU instruction set.
//
//===----------------------------------------------------------------------===//
diff --git a/llvm/lib/Target/Mips/MipsInstrFormats.td b/llvm/lib/Target/Mips/MipsInstrFormats.td
index 9dfcdfbdb25..9f55fb38b95 100644
--- a/llvm/lib/Target/Mips/MipsInstrFormats.td
+++ b/llvm/lib/Target/Mips/MipsInstrFormats.td
@@ -1,4 +1,4 @@
-//===- MipsRegisterInfo.td - Mips Register defs ------------*- tablegen -*-===//
+//===- MipsInstrFormats.td - Mips Instruction Formats ------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/Mips/MipsInstrInfo.td b/llvm/lib/Target/Mips/MipsInstrInfo.td
index 19b9c359ebb..472373af881 100644
--- a/llvm/lib/Target/Mips/MipsInstrInfo.td
+++ b/llvm/lib/Target/Mips/MipsInstrInfo.td
@@ -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
OpenPOWER on IntegriCloud