summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.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
commitc594eab10ff9ceb8a678d1813e8395b82969c92d (patch)
treedd5b33059448efffe9d09edf0c58adec6f6a63ff /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parentc5b5c0591d6451de3cf5b7ac280a603cd68c0bbb (diff)
downloadbcm5719-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.h2
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);
OpenPOWER on IntegriCloud