diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2013-06-07 20:37:48 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2013-06-07 20:37:48 +0000 |
| commit | a6c6e1bfc2c20e39374790fa6d03dd4f3aac626f (patch) | |
| tree | 0b8e4b8e5dc3f1b84c286f9044a385bbcd3e6882 /llvm/lib/Target/R600/SIISelLowering.cpp | |
| parent | 6235c06ff87f20d8d221b84b4ab816fe54a38624 (diff) | |
| download | bcm5719-llvm-a6c6e1bfc2c20e39374790fa6d03dd4f3aac626f.tar.gz bcm5719-llvm-a6c6e1bfc2c20e39374790fa6d03dd4f3aac626f.zip | |
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>
llvm-svn: 183566
Diffstat (limited to 'llvm/lib/Target/R600/SIISelLowering.cpp')
| -rw-r--r-- | llvm/lib/Target/R600/SIISelLowering.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/R600/SIISelLowering.cpp b/llvm/lib/Target/R600/SIISelLowering.cpp index 05307560435..d74f4014ee4 100644 --- a/llvm/lib/Target/R600/SIISelLowering.cpp +++ b/llvm/lib/Target/R600/SIISelLowering.cpp @@ -14,7 +14,6 @@ #include "SIISelLowering.h" #include "AMDGPU.h" -#include "AMDIL.h" #include "AMDILIntrinsicInfo.h" #include "SIInstrInfo.h" #include "SIMachineFunctionInfo.h" |

