summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/SIPropagateImmReads.cpp
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-04-25 12:16:27 -0400
committerTom Stellard <[email protected]>2012-04-25 12:52:44 -0400
commit30f2a38cef4d4a75776fbd822ff4ad716302b888 (patch)
tree42e749570ba8478848076cb6b904bf0b139fad33 /src/gallium/drivers/radeon/SIPropagateImmReads.cpp
parent540ec964db1c0046935def3c85b2a5c7bd634782 (diff)
radeon/llvm: Remove AMDILMachineFunctionInfo.cpp
Diffstat (limited to 'src/gallium/drivers/radeon/SIPropagateImmReads.cpp')
-rw-r--r--src/gallium/drivers/radeon/SIPropagateImmReads.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/radeon/SIPropagateImmReads.cpp b/src/gallium/drivers/radeon/SIPropagateImmReads.cpp
index e9b51b07046..5f56873b5a0 100644
--- a/src/gallium/drivers/radeon/SIPropagateImmReads.cpp
+++ b/src/gallium/drivers/radeon/SIPropagateImmReads.cpp
@@ -13,7 +13,6 @@
#include "AMDGPU.h"
#include "AMDGPUUtil.h"
-#include "AMDILMachineFunctionInfo.h"
#include "SIInstrInfo.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
@@ -42,7 +41,6 @@ FunctionPass *llvm::createSIPropagateImmReadsPass(TargetMachine &tm) {
bool SIPropagateImmReadsPass::runOnMachineFunction(MachineFunction &MF)
{
- AMDILMachineFunctionInfo * MFI = MF.getInfo<AMDILMachineFunctionInfo>();
const SIInstrInfo * TII = static_cast<const SIInstrInfo*>(TM.getInstrInfo());
for (MachineFunction::iterator BB = MF.begin(), BB_E = MF.end();