Details
Details
- Reviewers
sstankovic dsanders - Commits
- rL227373: [mips][microMIPS] Implement SWM and LWM aliases
Diff Detail
Diff Detail
Event Timeline
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | ||
---|---|---|
1650 | opNum should start in uppercase. | |
1659 | I think the following will always be true (based on definition in .td file): Inst.getOperand(opNum - 1).isImm(), Inst.getOperand(opNum - 2).isReg() and | |
lib/Target/Mips/MicroMipsInstrInfo.td | ||
374 | This line is unaligned. | |
378 | Same here. |
opNum should start in uppercase.