summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2015-02-04 00:09:23 +0000
committerColin LeMahieu <colinl@codeaurora.org>2015-02-04 00:09:23 +0000
commit585316cb415d9104792ae1afb31eb8f3e1e35418 (patch)
tree189da5dfebcfcd7db461b8b920dad591df8a1c7d /llvm/lib
parent510ba0c661d6dc887a0aa18258bc72dd8e8a4ad4 (diff)
downloadbcm5719-llvm-585316cb415d9104792ae1afb31eb8f3e1e35418.tar.gz
bcm5719-llvm-585316cb415d9104792ae1afb31eb8f3e1e35418.zip
[Hexagon] Revert change to isCodeGenOnly = 1 in r228080
llvm-svn: 228082
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonInstrFormats.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonInstrFormats.td b/llvm/lib/Target/Hexagon/HexagonInstrFormats.td
index f7f34de778d..8373652c8f6 100644
--- a/llvm/lib/Target/Hexagon/HexagonInstrFormats.td
+++ b/llvm/lib/Target/Hexagon/HexagonInstrFormats.td
@@ -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 ***
}
OpenPOWER on IntegriCloud