[PATCH] Adding simple disassembler.
colinl at codeaurora.org
colinl at codeaurora.org
Thu Oct 16 11:53:34 PDT 2014
================
Comment at: lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp:71
@@ +70,3 @@
+static DecodeStatus DecodeIntRegsRegisterClass(MCInst &Inst, unsigned RegNo,
+ uint64_t Address,
+ void const *Decoder) {
----------------
mcrosier wrote:
> Is Address used?
Hmm I guess not. Removed the parameter name.
http://reviews.llvm.org/D5829
More information about the llvm-commits
mailing list