Update SelectBasicBlock signature. This should have been committed with r117310.
authorDevang Patel <dpatel@apple.com>
Mon, 25 Oct 2010 21:04:12 +0000 (21:04 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 25 Oct 2010 21:04:12 +0000 (21:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117312 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/SelectionDAGISel.h

index 9601bbc2f95c0d8f8813b707fa78b9ea51b4d78f..75988fa27e53a293e98d02316bc2b7aea520de36 100644 (file)
@@ -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();