summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/HexagonPseudo.td
diff options
context:
space:
mode:
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-12-05 21:01:07 +0000
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>2018-12-05 21:01:07 +0000
commit545a68ca4bf912d57beecf5ea63f4e8726b5150d (patch)
tree8e6f4801b232250eb3593f4f59cdf176687f98b0 /llvm/lib/Target/Hexagon/HexagonPseudo.td
parent0da68bae8980bb69e498fc1a2867ff68fd0f72cc (diff)
downloadbcm5719-llvm-545a68ca4bf912d57beecf5ea63f4e8726b5150d.tar.gz
bcm5719-llvm-545a68ca4bf912d57beecf5ea63f4e8726b5150d.zip
[Hexagon] Add instruction definitions for Hexagon V66
llvm-svn: 348411
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonPseudo.td')
-rw-r--r--llvm/lib/Target/Hexagon/HexagonPseudo.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonPseudo.td b/llvm/lib/Target/Hexagon/HexagonPseudo.td
index 71a6c5844ce..b9748c7e189 100644
--- a/llvm/lib/Target/Hexagon/HexagonPseudo.td
+++ b/llvm/lib/Target/Hexagon/HexagonPseudo.td
@@ -547,11 +547,11 @@ let isCodeGenOnly = 1, isPseudo = 1, Defs = [CS], Uses = [CS],
addrMode = PostInc, accessSize = MS, hasSideEffects = 0 in {
def NAME#_pci : STInst<(outs IntRegs:$Rx32),
(ins IntRegs:$Rx32in, s4_0Imm:$Ii, ModRegs:$Mu2, RC:$Rt32, IntRegs:$Cs),
- ".error \"should not emit\" ", [], "$Rx32 = $Rx32in", tc_327843a7>;
+ ".error \"should not emit\" ", [], "$Rx32 = $Rx32in", tc_e86aa961>;
def NAME#_pcr : STInst<(outs IntRegs:$Rx32),
(ins IntRegs:$Rx32in, ModRegs:$Mu2, RC:$Rt32, IntRegs:$Cs),
- ".error \"should not emit\" ", [], "$Rx32 = $Rx32in", tc_c4f596e3>;
+ ".error \"should not emit\" ", [], "$Rx32 = $Rx32in", tc_da97ee82>;
}
}
OpenPOWER on IntegriCloud