[PATCH] D16929: add support for -print-imm-hex for AArch64
James Molloy via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 15 07:07:18 PST 2016
jmolloy added a comment.
Hi Pawel,
Thanks for this - it generally looks good to me. Just one comment.
James
================
Comment at: lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h:107
@@ -106,3 @@
- template <int BitWidth>
- void printAMIndexedWB(const MCInst *MI, unsigned OpNum,
- const MCSubtargetInfo &STI, raw_ostream &O) {
----------------
Is this dead code you're deleting?
Repository:
rL LLVM
http://reviews.llvm.org/D16929
More information about the cfe-commits
mailing list