summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/AMDILDeviceInfo.cpp
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-07-30 15:51:21 +0000
committerTom Stellard <[email protected]>2012-07-30 21:10:13 +0000
commitb72ab79d73b29ec087d90cf2c698adbab4db5def (patch)
treeb8565d788eac69c75fd8cc0bc4f5851e98abbc14 /src/gallium/drivers/radeon/AMDILDeviceInfo.cpp
parent27ae41c83dafcec09e870b3cf08b060064dbb122 (diff)
radeon/llvm: Merge AMDILSubtarget into AMDGPUSubtarget
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILDeviceInfo.cpp')
-rw-r--r--src/gallium/drivers/radeon/AMDILDeviceInfo.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/AMDILDeviceInfo.cpp b/src/gallium/drivers/radeon/AMDILDeviceInfo.cpp
index cbf5b512471..25cb5e50d9c 100644
--- a/src/gallium/drivers/radeon/AMDILDeviceInfo.cpp
+++ b/src/gallium/drivers/radeon/AMDILDeviceInfo.cpp
@@ -11,13 +11,14 @@
//
//==-----------------------------------------------------------------------===//
#include "AMDILDevices.h"
-#include "AMDILSubtarget.h"
+#include "AMDGPUSubtarget.h"
using namespace llvm;
namespace llvm {
namespace AMDILDeviceInfo {
AMDILDevice*
-getDeviceFromName(const std::string &deviceName, AMDILSubtarget *ptr, bool is64bit, bool is64on32bit)
+getDeviceFromName(const std::string &deviceName, AMDGPUSubtarget *ptr,
+ bool is64bit, bool is64on32bit)
{
if (deviceName.c_str()[2] == '7') {
switch (deviceName.c_str()[3]) {