projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01ae000
)
[Hexagon] Revert change to isCodeGenOnly = 1 in r228080
author
Colin LeMahieu
<colinl@codeaurora.org>
Wed, 4 Feb 2015 00:09:23 +0000
(
00:09
+0000)
committer
Colin 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
patch
|
blob
|
history
diff --git
a/lib/Target/Hexagon/HexagonInstrFormats.td
b/lib/Target/Hexagon/HexagonInstrFormats.td
index f7f34de778d1a9315646096b9a1026fe8b047872..8373652c8f6422c665a49f57ea4657af804f6f05 100644
(file)
--- a/
lib/Target/Hexagon/HexagonInstrFormats.td
+++ b/
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 ***
}