diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-05 06:19:28 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-05 06:19:28 +0000 |
commit | fb964e57e515ecdf96f18482fda81f15b4452e47 (patch) | |
tree | aa4a86ad97c7fe36b42f65c076088316275573c7 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
parent | 28f2fdafcd766ba69ec8e335e431c457605dbddb (diff) | |
download | bcm5719-llvm-fb964e57e515ecdf96f18482fda81f15b4452e47.tar.gz bcm5719-llvm-fb964e57e515ecdf96f18482fda81f15b4452e47.zip |
remove the now-redundant MMI pointer in SelectionDAG.
llvm-svn: 100419
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index 9f027729b75..fdcba0f0bc7 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/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; |