[llvm-commits] [llvm] r117312 - /llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h

Devang Patel dpatel at apple.com
Mon Oct 25 14:04:12 PDT 2010


Author: dpatel
Date: Mon Oct 25 16:04:12 2010
New Revision: 117312

URL: http://llvm.org/viewvc/llvm-project?rev=117312&view=rev
Log:
Update SelectBasicBlock signature. This should have been committed with r117310.

Modified:
    llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h

Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h?rev=117312&r1=117311&r2=117312&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SelectionDAGISel.h Mon Oct 25 16:04:12 2010
@@ -287,7 +287,7 @@
   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();





More information about the llvm-commits mailing list