From 5dcaceb0a6a7fcf508d9898547e10d374b0e4cd1 Mon Sep 17 00:00:00 2001 From: Owen Anderson Date: Thu, 9 Jul 2009 18:44:09 +0000 Subject: As Chris pointed out, we don't actually need to pass the context around here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75161 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SelectionDAG.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/llvm/CodeGen') diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index f90a460..dc93f12 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -126,8 +126,7 @@ public: /// init - Prepare this SelectionDAG to process code in the given /// MachineFunction. /// - void init(MachineFunction &mf, MachineModuleInfo *mmi, DwarfWriter *dw, - LLVMContext* C); + void init(MachineFunction &mf, MachineModuleInfo *mmi, DwarfWriter *dw); /// clear - Clear state and free memory necessary to make this /// SelectionDAG ready to process a new block. -- cgit v1.1