[LLVMdev] [MIPS] some type errors in the commentary of *.td file.

Liu proljc at gmail.com
Thu May 5 23:26:19 PDT 2011


Hi all,

I find some some type errors in the commentary of *.td file.
such as:
lib/Target/Mips/MipsInstrFormats.td
MipsRegisterInfo.td - Mips Register defs
it should be
MipsInstrFormats.td - Mips Instruction Formats

lib/Target/Mips/MipsInstrInfo.td
MipsInstrInfo.td - Mips Register defs
it should be
MipsInstrInfo.td - Target Description for Mips Target

and some thing I think it is wrong in lib/Target/Mips/MipsInstrFPU.td.

Will the patch be OK?

Best regards.

--Liu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Mips-td-comment-type-error.patch
Type: text/x-diff
Size: 1896 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110506/01d42865/attachment.patch>


More information about the llvm-dev mailing list