OSDN Git Service

AMDGPU: Remove leftover td file
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 22 Jul 2017 00:40:46 +0000 (00:40 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 22 Jul 2017 00:40:46 +0000 (00:40 +0000)
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

lib/Target/AMDGPU/CIInstructions.td [deleted file]
lib/Target/AMDGPU/SIInstrInfo.td

diff --git a/lib/Target/AMDGPU/CIInstructions.td b/lib/Target/AMDGPU/CIInstructions.td
deleted file mode 100644 (file)
index 26a483a..0000000
+++ /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
index 8ba9ac4..358feae 100644 (file)
@@ -1795,7 +1795,6 @@ def getAtomicNoRetOp : InstrMapping {
 }
 
 include "SIInstructions.td"
-include "CIInstructions.td"
 
 include "DSInstructions.td"
 include "MIMGInstructions.td"