commit | f81eca0ab908fdcf98ae0efaa75acccc8ba40dc2 | [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 | f720a4edb0343a288bfc77ccbedfdb164ed37742 [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);