[PATCH] D53020: [llvm-exegesis] Fix invalid return type and add a Dump function.
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 9 07:44:31 PDT 2018
courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.
================
Comment at: tools/llvm-exegesis/lib/MCInstrDescView.h:122
+ // Convenient function to help with debugging.
+ void Dump(const llvm::MCRegisterInfo &RegInfo,
+ llvm::raw_ostream &Stream) const;
----------------
dump
Repository:
rL LLVM
https://reviews.llvm.org/D53020
More information about the llvm-commits
mailing list