[PATCH] Adding simple disassembler.

Sid Manning sidneym at codeaurora.org
Fri Oct 17 06:41:57 PDT 2014


================
Comment at: lib/Target/Hexagon/HexagonInstrInfoV4.td:2133
@@ -2132,3 +2132,3 @@
 
-let isCompare = 1, isExtendable = 1, opExtendable = 2, hasSideEffects = 0,
-    validSubTargets = HasV4SubT in
+let isCompare = 1, isExtendable = 1, opExtendable = 2, isExtentSigned = 1,
+    opExtentBits = 10, validSubTargets = HasV4SubT in
----------------
The above could be removed and be submitted in another patch.

http://reviews.llvm.org/D5829






More information about the llvm-commits mailing list