[Hexagon] Revert change to isCodeGenOnly = 1 in r228080
[oota-llvm.git] / lib / Target / Hexagon / HexagonInstrFormats.td
index f7f34de778d1a9315646096b9a1026fe8b047872..8373652c8f6422c665a49f57ea4657af804f6f05 100644 (file)
@@ -192,6 +192,7 @@ class InstHexagon<dag outs, dag ins, string asmstr, list<dag> pattern,
                                     "");
   let PNewValue = !if(isPredicatedNew, "new", "");
   let NValueST = !if(isNVStore, "true", "false");
+  let isCodeGenOnly = 1;
 
   // *** Must match MCTargetDesc/HexagonBaseInfo.h ***
 }