[Hexagon] Revert change to isCodeGenOnly = 1 in r228080

llvm-svn: 228082
This commit is contained in:
Colin LeMahieu 2015-02-04 00:09:23 +00:00
parent 510ba0c661
commit 585316cb41
1 changed files with 1 additions and 0 deletions

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