summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/AMDILEvergreenDevice.h
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-04-24 19:54:22 -0400
committerTom Stellard <[email protected]>2012-04-25 09:02:16 -0400
commit4b11f4321b0971cf21e596b3af788434c38db0d9 (patch)
tree8b3e68ee3bc0397a80cd19d59611b36bca2d27d8 /src/gallium/drivers/radeon/AMDILEvergreenDevice.h
parent76940ba852a9b9a34a36afc4b1709d548e036f2a (diff)
radeon/llvm: Remove AMDILPointerManager.cpp
Diffstat (limited to 'src/gallium/drivers/radeon/AMDILEvergreenDevice.h')
-rw-r--r--src/gallium/drivers/radeon/AMDILEvergreenDevice.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/AMDILEvergreenDevice.h b/src/gallium/drivers/radeon/AMDILEvergreenDevice.h
index 726b479c7ea..b2e0a6a6cf2 100644
--- a/src/gallium/drivers/radeon/AMDILEvergreenDevice.h
+++ b/src/gallium/drivers/radeon/AMDILEvergreenDevice.h
@@ -44,8 +44,6 @@ public:
getIOExpansion(TargetMachine& AMDIL_OPT_LEVEL_DECL) const;
virtual AsmPrinter*
getAsmPrinter(TargetMachine& TM, MCStreamer &Streamer) const;
- virtual FunctionPass*
- getPointerManager(TargetMachine& AMDIL_OPT_LEVEL_DECL) const;
protected:
virtual void setCaps();
}; // AMDILEvergreenDevice