diff options
author | Devang Patel <dpatel@apple.com> | 2010-10-25 21:31:46 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-10-25 21:31:46 +0000 |
commit | df8370bd70c228036f887a3f500ad3e79bc657b9 (patch) | |
tree | 74738f2552ce336d5abcfa1672b35d7ee8636f07 /include | |
parent | 5258b619667c54d3f07c12031fa0d75595a25527 (diff) | |
download | external_llvm-df8370bd70c228036f887a3f500ad3e79bc657b9.zip external_llvm-df8370bd70c228036f887a3f500ad3e79bc657b9.tar.gz external_llvm-df8370bd70c228036f887a3f500ad3e79bc657b9.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h index 75988fa..9601bbc 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(); |