diff options
author | Dan Gohman <gohman@apple.com> | 2010-07-06 22:19:37 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-07-06 22:19:37 +0000 |
commit | c9af33c6854afe7b082af2d892ec5f05dfa383c7 (patch) | |
tree | c472a9bcfbf8079eba8afe93445e760d312fdb30 /include/llvm/CodeGen/SelectionDAGISel.h | |
parent | 0d881dabc1a4e1aefad6dd38de166d8358285638 (diff) | |
download | external_llvm-c9af33c6854afe7b082af2d892ec5f05dfa383c7.zip external_llvm-c9af33c6854afe7b082af2d892ec5f05dfa383c7.tar.gz external_llvm-c9af33c6854afe7b082af2d892ec5f05dfa383c7.tar.bz2 |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h index f22ac90..1615994 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); |