diff options
author | Eric Christopher <echristo@apple.com> | 2011-05-09 18:16:46 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-05-09 18:16:46 +0000 |
commit | 49ac3d7da9cb058557ba1c9076d1aab33d8645ba (patch) | |
tree | 6359d40fdad28c5a340fcb33378cf9770cf5226f /lib/Target/Mips/MipsInstrFPU.td | |
parent | 183c627d89be5d0e8f3255ab7f6d1204c2fabedf (diff) |
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
Diffstat (limited to 'lib/Target/Mips/MipsInstrFPU.td')
-rw-r--r-- | lib/Target/Mips/MipsInstrFPU.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Mips/MipsInstrFPU.td b/lib/Target/Mips/MipsInstrFPU.td index a86c5c7e8b..576bec0ddd 100644 --- a/lib/Target/Mips/MipsInstrFPU.td +++ b/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. // //===----------------------------------------------------------------------===// |