aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2009-07-09 18:44:09 +0000
committerOwen Anderson <resistor@mac.com>2009-07-09 18:44:09 +0000
commit5dcaceb0a6a7fcf508d9898547e10d374b0e4cd1 (patch)
tree3db75f16f30d5fbe012890c2f557723e680d8d39 /include/llvm/CodeGen
parent2a52c691403ef96d98f0c1013605e97d6aa99a6f (diff)
downloadexternal_llvm-5dcaceb0a6a7fcf508d9898547e10d374b0e4cd1.zip
external_llvm-5dcaceb0a6a7fcf508d9898547e10d374b0e4cd1.tar.gz
external_llvm-5dcaceb0a6a7fcf508d9898547e10d374b0e4cd1.tar.bz2
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
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h3
1 files changed, 1 insertions, 2 deletions
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.