[PATCH] Adding simple disassembler.
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Mon Oct 20 09:59:10 PDT 2014
This is fine by me with a nit.
================
Comment at: lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp:43
@@ +42,3 @@
+ : MCDisassembler(STI, Ctx) {}
+ virtual ~HexagonDisassembler() {}
+
----------------
Why is this needed? MCDisassembler's destructor is virtual, so you should be able to just omit this.
http://reviews.llvm.org/D5829
More information about the llvm-commits
mailing list