From ed4e93d5baf31127ad43407b1430795130e8d101 Mon Sep 17 00:00:00 2001 From: Colin LeMahieu Date: Tue, 6 Jan 2015 16:52:38 +0000 Subject: [PATCH] [Hexagon] Fix 225267. GP register is not yet fully implemented. Removing Uses [GP] maintains existing behavior. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225270 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Hexagon/HexagonInstrInfoV4.td | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Target/Hexagon/HexagonInstrInfoV4.td b/lib/Target/Hexagon/HexagonInstrInfoV4.td index 1e7bafcc698..7733ebe1288 100644 --- a/lib/Target/Hexagon/HexagonInstrInfoV4.td +++ b/lib/Target/Hexagon/HexagonInstrInfoV4.td @@ -3442,7 +3442,7 @@ defm storerf : ST_Abs <"memh", "STrif", IntRegs, u16_1Imm, 0b01, 1>; // if ([!]Pv[.new]) mem[bhwd](##global)=Rt //===----------------------------------------------------------------------===// -let Uses = [GP], validSubTargets = HasV4SubT in +let validSubTargets = HasV4SubT in class T_StoreGP MajOp, bit isHalf = 0> : T_StoreAbsGP { @@ -3452,7 +3452,7 @@ class T_StoreGP MajOp, bit isHalf = 0> { // Set BaseOpcode same as absolute addressing instructions so that -- 2.40.0