forked from OSchip/llvm-project
[Hexagon] Revert change to isCodeGenOnly = 1 in r228080
llvm-svn: 228082
This commit is contained in:
parent
510ba0c661
commit
585316cb41
|
@ -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 ***
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue