Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | ||
---|---|---|
150 ↗ | (On Diff #14562) | Parameter is not aligned. |
847 ↗ | (On Diff #14562) | Move "unsigned getRegPair() const {" 2 spaces to the left. |
lib/Target/Mips/MicroMipsInstrInfo.td | ||
76 ↗ | (On Diff #14562) | "InstrItinClass Itin = NoItinerary" is not aligned. |
84 ↗ | (On Diff #14562) | 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.) |