summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-10-25 21:31:46 +0000
committerDevang Patel <dpatel@apple.com>2010-10-25 21:31:46 +0000
commitdf8370bd70c228036f887a3f500ad3e79bc657b9 (patch)
tree74738f2552ce336d5abcfa1672b35d7ee8636f07 /include
parent5258b619667c54d3f07c12031fa0d75595a25527 (diff)
downloadllvm-df8370bd70c228036f887a3f500ad3e79bc657b9.tar.gz
llvm-df8370bd70c228036f887a3f500ad3e79bc657b9.tar.bz2
llvm-df8370bd70c228036f887a3f500ad3e79bc657b9.tar.xz
Simplify.
Do not count use of sdisel for single call instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117316 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index 75988fa27e..9601bbc2f9 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();
- bool SelectBasicBlock(BasicBlock::const_iterator Begin,
+ void SelectBasicBlock(BasicBlock::const_iterator Begin,
BasicBlock::const_iterator End,
bool &HadTailCall);
void CodeGenAndEmitDAG();