[PATCH] D91619: [VE] Correct getMnemonic
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 05:33:47 PST 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5872cab84937: [VE] Correct getMnemonic (authored by kaz7).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91619/new/
https://reviews.llvm.org/D91619
Files:
llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
Index: llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
===================================================================
--- llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
+++ llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
@@ -29,6 +29,7 @@
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 &,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91619.305754.patch
Type: text/x-patch
Size: 627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201117/d70f171c/attachment.bin>
More information about the llvm-commits
mailing list