summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/FastISel.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 06:05:26 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 06:05:26 +0000
commited3a8067a60ecf2c215e77327a57904c3ebc3355 (patch)
tree18d779811becf8f5f40378fde473c976051556f2 /include/llvm/CodeGen/FastISel.h
parenta267b0076e7887f5566e635ba35790f24d4524d9 (diff)
downloadllvm-ed3a8067a60ecf2c215e77327a57904c3ebc3355.tar.gz
llvm-ed3a8067a60ecf2c215e77327a57904c3ebc3355.tar.bz2
llvm-ed3a8067a60ecf2c215e77327a57904c3ebc3355.tar.xz
unthread MMI from FastISel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/FastISel.h')
-rw-r--r--include/llvm/CodeGen/FastISel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h
index 487031c199..b3b4c75cab 100644
--- a/include/llvm/CodeGen/FastISel.h
+++ b/include/llvm/CodeGen/FastISel.h
@@ -49,7 +49,6 @@ protected:
SmallSet<Instruction*, 8> &CatchInfoLost;
#endif
MachineFunction &MF;
- MachineModuleInfo *MMI;
MachineRegisterInfo &MRI;
MachineFrameInfo &MFI;
MachineConstantPool &MCP;
@@ -114,7 +113,6 @@ public:
protected:
FastISel(MachineFunction &mf,
- MachineModuleInfo *mmi,
DenseMap<const Value *, unsigned> &vm,
DenseMap<const BasicBlock *, MachineBasicBlock *> &bm,
DenseMap<const AllocaInst *, int> &am