Details
Details
Diff Detail
Diff Detail
Event Timeline
| lib/Target/Mips/AsmParser/MipsAsmParser.cpp | ||
|---|---|---|
| 149 | Parameter is not aligned. | |
| 901 | Move "unsigned getRegPair() const {" 2 spaces to the left. | |
| lib/Target/Mips/MicroMipsInstrInfo.td | ||
| 165 | "InstrItinClass Itin = NoItinerary" is not aligned. | |
| 173 | Same here. | |
| lib/Target/Mips/MipsAsmPrinter.cpp | ||
| 695 ↗ | (On Diff #14562) | This method is not used. If I comment it out (and its declaration in MipsAsmPrinter.h), LLVM compiles without errors, and make check tests pass. (Btw, it seems that following MipsAsmPrinter methods are also not used: printUnsignedImm, printUnsignedImm8, printMemOperand, printMemOperandEA, printFCCOperand, printRegisterList. The corresponding methods from MipsInstPrinter (with the same names) are the ones that are used.) |
Parameter is not aligned.