[PATCH] Enable the instruction printer in HexagonMCTargetDesc

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Thu Oct 16 19:24:01 PDT 2014


================
Comment at: lib/Target/Hexagon/InstPrinter/HexagonInstPrinter.cpp:159
@@ +158,3 @@
+
+  assert((isExtendable(MII.TSFlags) || isExtended(MII.TSFlags)) &&
+         "Expecting an extendable operand");
----------------
Are this changes intended? The description doesn't mention them.

http://reviews.llvm.org/D5734






More information about the llvm-commits mailing list