summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2017-05-25 19:19:29 +0000
committerNico Weber <nicolasweber@gmx.de>2017-05-25 19:19:29 +0000
commitb3d83a092a014eebf813084bfca33de28a455b45 (patch)
treeb20a1619dfa81813d0fb0a442f885d5e72d2761c /llvm/lib/Target
parentd536180fdc760bf8adf5117cf16710579373792f (diff)
downloadbcm5719-llvm-b3d83a092a014eebf813084bfca33de28a455b45.tar.gz
bcm5719-llvm-b3d83a092a014eebf813084bfca33de28a455b45.zip
Revert r303859, CodeGen/AMDGPU/llvm.amdgcn.s.getpc.ll fails on bots.
llvm-svn: 303902
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/AMDGPU/SOPInstructions.td4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Target/AMDGPU/SOPInstructions.td b/llvm/lib/Target/AMDGPU/SOPInstructions.td
index ec29a66c8bb..f2d8b6f7b7a 100644
--- a/llvm/lib/Target/AMDGPU/SOPInstructions.td
+++ b/llvm/lib/Target/AMDGPU/SOPInstructions.td
@@ -184,9 +184,7 @@ def S_BITSET0_B32 : SOP1_32 <"s_bitset0_b32">;
def S_BITSET0_B64 : SOP1_64_32 <"s_bitset0_b64">;
def S_BITSET1_B32 : SOP1_32 <"s_bitset1_b32">;
def S_BITSET1_B64 : SOP1_64_32 <"s_bitset1_b64">;
-def S_GETPC_B64 : SOP1_64_0 <"s_getpc_b64",
- [(set i64:$sdst, (int_amdgcn_s_getpc))]
->;
+def S_GETPC_B64 : SOP1_64_0 <"s_getpc_b64">;
let isTerminator = 1, isBarrier = 1, SchedRW = [WriteBranch] in {
OpenPOWER on IntegriCloud