[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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228082 91177308-0d34-0410-b5e6-96231b3b80d8

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 ***
 }