[Hexagon] Changing some isCodeGenOnly to isAsmParserOnly since we want them to asm...
[oota-llvm.git] / lib / Target / Hexagon / HexagonInstrFormats.td
index 8373652c8f6422c665a49f57ea4657af804f6f05..f7f34de778d1a9315646096b9a1026fe8b047872 100644 (file)
@@ -192,7 +192,6 @@ 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 ***
 }