diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-22 20:46:50 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-22 20:46:50 +0000 |
commit | c594eab10ff9ceb8a678d1813e8395b82969c92d (patch) | |
tree | dd5b33059448efffe9d09edf0c58adec6f6a63ff /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
parent | c5b5c0591d6451de3cf5b7ac280a603cd68c0bbb (diff) | |
download | bcm5719-llvm-c594eab10ff9ceb8a678d1813e8395b82969c92d.tar.gz bcm5719-llvm-c594eab10ff9ceb8a678d1813e8395b82969c92d.zip |
Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel
and into SelectionDAGBuilder and FastISel.
llvm-svn: 102123
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index bea7be9e23f..c71e60a315f 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -369,6 +369,8 @@ public: void LowerCallTo(ImmutableCallSite CS, SDValue Callee, bool IsTailCall, MachineBasicBlock *LandingPad = NULL); + void HandlePHINodesInSuccessorBlocks(const BasicBlock *LLVMBB); + private: // Terminator instructions. void visitRet(const ReturnInst &I); |