commit | c603a5e90a8b769326863a33a7dc1081a2a13a31 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Apr 22 20:46:50 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Apr 22 20:46:50 2010 +0000 |
tree | d22f48cbface21800721177a712cc71616b031da | |
parent | 3235b4ff4ce709625709c0972bc7d0f9e6e3cfc2 [diff] [blame] |
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
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index bea7be9..c71e60a 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -369,6 +369,8 @@ void LowerCallTo(ImmutableCallSite CS, SDValue Callee, bool IsTailCall, MachineBasicBlock *LandingPad = NULL); + void HandlePHINodesInSuccessorBlocks(const BasicBlock *LLVMBB); + private: // Terminator instructions. void visitRet(const ReturnInst &I);