summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 06:19:28 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 06:19:28 +0000
commit512063dd0f91a76b9dd904dfff72a52b4d09e89f (patch)
tree269a1975e6d1e57ba0151a225524169fe1f4a950 /lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parentd2c4f19a9fd13790ee48ce182c1163476e2cd762 (diff)
downloadllvm-512063dd0f91a76b9dd904dfff72a52b4d09e89f.tar.gz
llvm-512063dd0f91a76b9dd904dfff72a52b4d09e89f.tar.bz2
llvm-512063dd0f91a76b9dd904dfff72a52b4d09e89f.tar.xz
remove the now-redundant MMI pointer in SelectionDAG.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100419 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index 9f027729b7..fdcba0f0bc 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -56,7 +56,6 @@ class InsertValueInst;
class Instruction;
class LoadInst;
class MachineBasicBlock;
-class MachineFunction;
class MachineInstr;
class MachineRegisterInfo;
class PHINode;