forked from OSchip/llvm-project
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:
parent
2bee7c68af
commit
416d755675
|
@ -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
|
|
@ -1795,7 +1795,6 @@ def getAtomicNoRetOp : InstrMapping {
|
|||
}
|
||||
|
||||
include "SIInstructions.td"
|
||||
include "CIInstructions.td"
|
||||
|
||||
include "DSInstructions.td"
|
||||
include "MIMGInstructions.td"
|
||||
|
|
Loading…
Reference in New Issue