Adding a basic disassembler to use for testing instruction encoding bits.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Removing unused parameter names.
lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp | ||
---|---|---|
72 | Hmm I guess not. Removed the parameter name. |
lib/Target/Hexagon/HexagonInstrInfoV4.td | ||
---|---|---|
2133 ↗ | (On Diff #15033) | The above could be removed and be submitted in another patch. |
Comment Actions
Fixing up comments and adding override keyword.
Decode<Name>RegisterClass function names seem to be picked by tablegen.
Comment Actions
This is fine by me with a nit.
lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp | ||
---|---|---|
44 | Why is this needed? MCDisassembler's destructor is virtual, so you should be able to just omit this. |
Don't repeat the name int the comment.