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.

llvm-svn: 308815
This commit is contained in:
Matt Arsenault 2017-07-22 00:40:46 +00:00
parent 2bee7c68af
commit 416d755675
2 changed files with 0 additions and 16 deletions

View File

@ -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

View File

@ -1795,7 +1795,6 @@ def getAtomicNoRetOp : InstrMapping {
}
include "SIInstructions.td"
include "CIInstructions.td"
include "DSInstructions.td"
include "MIMGInstructions.td"