summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAGISel.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-06 22:19:37 +0000
committerDan Gohman <gohman@apple.com>2010-07-06 22:19:37 +0000
commitc9af33c6854afe7b082af2d892ec5f05dfa383c7 (patch)
treec472a9bcfbf8079eba8afe93445e760d312fdb30 /include/llvm/CodeGen/SelectionDAGISel.h
parent0d881dabc1a4e1aefad6dd38de166d8358285638 (diff)
downloadllvm-c9af33c6854afe7b082af2d892ec5f05dfa383c7.tar.gz
llvm-c9af33c6854afe7b082af2d892ec5f05dfa383c7.tar.bz2
llvm-c9af33c6854afe7b082af2d892ec5f05dfa383c7.tar.xz
CanLowerReturn doesn't need a SelectionDAG; it just needs an LLVMContext.
SelectBasicBlock doesn't needs its BasicBlock argument. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGISel.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index f22ac902de..1615994741 100644
--- a/include/llvm/CodeGen/SelectionDAGISel.h
+++ b/include/llvm/CodeGen/SelectionDAGISel.h
@@ -285,7 +285,6 @@ private:
void FinishBasicBlock(MachineBasicBlock *BB);
MachineBasicBlock *SelectBasicBlock(MachineBasicBlock *BB,
- const BasicBlock *LLVMBB,
BasicBlock::const_iterator Begin,
BasicBlock::const_iterator End,
bool &HadTailCall);