Details
Diff Detail
Event Timeline
Thanks. LGTM with a couple formatting nits.
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | ||
---|---|---|
256–258 | Nit: Indentation | |
lib/Target/Mips/MipsInstrFormats.td | ||
415 | Nits: Lines should be 80-columns, the first letter of the comment should be a capital P, and the comment should end with a '.' | |
lib/Target/Mips/MipsInstrInfo.td | ||
437 | I was going to say that commented out code should be deleted but then I saw that MipsMemSimm11AsmOperand above does the same thing. Up to you if you delete this line (and the one in MipsMemSimm11AsmOperand) in this patch or not. I'll delete them in a follow up if you choose not to. |
Nit: Indentation