[Hexagon] Revert change to isCodeGenOnly = 1 in r228080
authorColin LeMahieu <colinl@codeaurora.org>
Wed, 4 Feb 2015 00:09:23 +0000 (00:09 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Wed, 4 Feb 2015 00:09:23 +0000 (00:09 +0000)
llvm-svn: 228082

llvm/lib/Target/Hexagon/HexagonInstrFormats.td

index f7f34de..8373652 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 ***
 }