aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/R600InstrInfo.h
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-06-07 20:37:48 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-06-07 20:37:48 +0000
commit3ff0abfaabc2c7f604d490be587b9c27e7c91ac0 (patch)
tree159b1d39952b6a6af115ed1ee8e4946200c89bbf /lib/Target/R600/R600InstrInfo.h
parentc1dcb8d654d4468d63224269ee3c92480bf2385b (diff)
downloadexternal_llvm-3ff0abfaabc2c7f604d490be587b9c27e7c91ac0.zip
external_llvm-3ff0abfaabc2c7f604d490be587b9c27e7c91ac0.tar.gz
external_llvm-3ff0abfaabc2c7f604d490be587b9c27e7c91ac0.tar.bz2
R600: Rework subtarget info and remove AMDILDevice classes
This should simplify the subtarget definitions and make it easier to add new ones. Reviewed-by: Vincent Lejeune <vljn@ovi.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183566 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/R600/R600InstrInfo.h')
-rw-r--r--lib/Target/R600/R600InstrInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/R600/R600InstrInfo.h b/lib/Target/R600/R600InstrInfo.h
index afc24e2..6a11c63 100644
--- a/lib/Target/R600/R600InstrInfo.h
+++ b/lib/Target/R600/R600InstrInfo.h
@@ -16,7 +16,6 @@
#define R600INSTRUCTIONINFO_H_
#include "AMDGPUInstrInfo.h"
-#include "AMDIL.h"
#include "R600Defines.h"
#include "R600RegisterInfo.h"
#include <map>