summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/AMDILDevice.h
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-04-24 21:15:11 -0400
committerTom Stellard <[email protected]>2012-04-25 09:02:16 -0400
commitba9bd41880a7ce285537c3ead8a8c439c5a50555 (patch)
treea6283c89fa463a59976f539cfc450a8f12be8ca5 /src/gallium/drivers/radeon/AMDILDevice.h
parent4b11f4321b0971cf21e596b3af788434c38db0d9 (diff)
radeon/llvm: Remove IOExpansion files
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILDevice.h')
-rw-r--r--src/gallium/drivers/radeon/AMDILDevice.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/radeon/AMDILDevice.h b/src/gallium/drivers/radeon/AMDILDevice.h
index 88f8b306b0d..d843c18afbd 100644
--- a/src/gallium/drivers/radeon/AMDILDevice.h
+++ b/src/gallium/drivers/radeon/AMDILDevice.h
@@ -22,7 +22,6 @@
namespace llvm {
class AMDILSubtarget;
class AMDILAsmPrinter;
- class AMDILIOExpansion;
class AMDILPointerManager;
class AsmPrinter;
class MCStreamer;
@@ -85,10 +84,6 @@ public:
// Get the max number of UAV's for this device.
virtual uint32_t getMaxNumUAVs() const = 0;
- // Interface to get the IO Expansion pass for each device.
- virtual FunctionPass*
- getIOExpansion(TargetMachine& AMDIL_OPT_LEVEL_DECL) const = 0;
-
// Interface to get the Asm printer for each device.
virtual AsmPrinter*
getAsmPrinter(TargetMachine& TM, MCStreamer &Streamer) const = 0;