summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAGISel.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-04-22 20:46:50 +0000
committerDan Gohman <gohman@apple.com>2010-04-22 20:46:50 +0000
commitf81eca0ab908fdcf98ae0efaa75acccc8ba40dc2 (patch)
treed22f48cbface21800721177a712cc71616b031da /include/llvm/CodeGen/SelectionDAGISel.h
parentf720a4edb0343a288bfc77ccbedfdb164ed37742 (diff)
downloadllvm-f81eca0ab908fdcf98ae0efaa75acccc8ba40dc2.tar.gz
llvm-f81eca0ab908fdcf98ae0efaa75acccc8ba40dc2.tar.bz2
llvm-f81eca0ab908fdcf98ae0efaa75acccc8ba40dc2.tar.xz
Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel
and into SelectionDAGBuilder and FastISel. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102123 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGISel.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGISel.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGISel.h b/include/llvm/CodeGen/SelectionDAGISel.h
index b2688bba8b..38175808ab 100644
--- a/include/llvm/CodeGen/SelectionDAGISel.h
+++ b/include/llvm/CodeGen/SelectionDAGISel.h
@@ -295,11 +295,6 @@ private:
void ShrinkDemandedOps();
void ComputeLiveOutVRegInfo();
- void HandlePHINodesInSuccessorBlocks(const BasicBlock *LLVMBB);
-
- bool HandlePHINodesInSuccessorBlocksFast(const BasicBlock *LLVMBB,
- FastISel *F);
-
/// Create the scheduler. If a specific scheduler was specified
/// via the SchedulerRegistry, use it, otherwise select the
/// one preferred by the target.