forked from OSchip/llvm-project
[VE] Correct getMnemonic
https://reviews.llvm.org/D90039 breaks VE backend. So, fix it. Reviewed By: simoll Differential Revision: https://reviews.llvm.org/D91619
This commit is contained in:
parent
88f25bda13
commit
5872cab849
|
@ -29,6 +29,7 @@ public:
|
|||
const MCSubtargetInfo &STI, raw_ostream &OS) override;
|
||||
|
||||
// Autogenerated by tblgen.
|
||||
std::pair<const char *, uint64_t> getMnemonic(const MCInst *MI) override;
|
||||
bool printAliasInstr(const MCInst *, uint64_t Address,
|
||||
const MCSubtargetInfo &, raw_ostream &);
|
||||
void printInstruction(const MCInst *, uint64_t, const MCSubtargetInfo &,
|
||||
|
|
Loading…
Reference in New Issue