From: Devang Patel Date: Mon, 25 Oct 2010 21:04:12 +0000 (+0000) Subject: Update SelectBasicBlock signature. This should have been committed with r117310. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9c11be222cffaf2a0fd7a8cca4975e2b5605d2ec;p=oota-llvm.git 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 --- 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();