diff options
author | Tom Stellard <[email protected]> | 2012-04-24 21:15:11 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-04-25 09:02:16 -0400 |
commit | ba9bd41880a7ce285537c3ead8a8c439c5a50555 (patch) | |
tree | a6283c89fa463a59976f539cfc450a8f12be8ca5 /src/gallium/drivers/radeon/AMDILEvergreenDevice.h | |
parent | 4b11f4321b0971cf21e596b3af788434c38db0d9 (diff) |
radeon/llvm: Remove IOExpansion files
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILEvergreenDevice.h')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILEvergreenDevice.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/AMDILEvergreenDevice.h b/src/gallium/drivers/radeon/AMDILEvergreenDevice.h index b2e0a6a6cf2..f0e8d8c2e1e 100644 --- a/src/gallium/drivers/radeon/AMDILEvergreenDevice.h +++ b/src/gallium/drivers/radeon/AMDILEvergreenDevice.h @@ -40,8 +40,6 @@ public: virtual uint32_t getGeneration() const; virtual uint32_t getMaxNumUAVs() const; virtual uint32_t getResourceID(uint32_t) const; - virtual FunctionPass* - getIOExpansion(TargetMachine& AMDIL_OPT_LEVEL_DECL) const; virtual AsmPrinter* getAsmPrinter(TargetMachine& TM, MCStreamer &Streamer) const; protected: |