From: Matt Arsenault Date: Sat, 22 Jul 2017 00:40:46 +0000 (+0000) Subject: AMDGPU: Remove leftover td file X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b20dcc6a9c2d9744d4f541943be33ecc9e106b53;p=llvm AMDGPU: Remove leftover td file All of the instructions were moved out of this a while ago, so it's just a useless comment now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308815 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AMDGPU/CIInstructions.td b/lib/Target/AMDGPU/CIInstructions.td deleted file mode 100644 index 26a483a8abf..00000000000 --- a/lib/Target/AMDGPU/CIInstructions.td +++ /dev/null @@ -1,15 +0,0 @@ -//===-- CIInstructions.td - CI Instruction Defintions ---------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// -// Instruction definitions for CI and newer. -//===----------------------------------------------------------------------===// -// Remaining instructions: -// S_CBRANCH_CDBGUSER -// S_CBRANCH_CDBGSYS -// S_CBRANCH_CDBGSYS_OR_USER -// S_CBRANCH_CDBGSYS_AND_USER \ No newline at end of file diff --git a/lib/Target/AMDGPU/SIInstrInfo.td b/lib/Target/AMDGPU/SIInstrInfo.td index 8ba9ac4847e..358feaebe9c 100644 --- a/lib/Target/AMDGPU/SIInstrInfo.td +++ b/lib/Target/AMDGPU/SIInstrInfo.td @@ -1795,7 +1795,6 @@ def getAtomicNoRetOp : InstrMapping { } include "SIInstructions.td" -include "CIInstructions.td" include "DSInstructions.td" include "MIMGInstructions.td"