From 9c11be222cffaf2a0fd7a8cca4975e2b5605d2ec Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Mon, 25 Oct 2010 21:04:12 +0000 Subject: [PATCH] Update SelectBasicBlock signature. This should have been committed with r117310. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117312 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SelectionDAGISel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h index 9601bbc2f95..75988fa27e5 100644 --- a/include/llvm/CodeGen/SelectionDAGISel.h +++ b/include/llvm/CodeGen/SelectionDAGISel.h @@ -287,7 +287,7 @@ private: bool TryToFoldFastISelLoad(const LoadInst *LI, FastISel *FastIS); void FinishBasicBlock(); - void SelectBasicBlock(BasicBlock::const_iterator Begin, + bool SelectBasicBlock(BasicBlock::const_iterator Begin, BasicBlock::const_iterator End, bool &HadTailCall); void CodeGenAndEmitDAG(); -- 2.34.1