Connect successors before creating the DAG node for the branch. This has
authorOwen Anderson <resistor@mac.com>
Sat, 7 Jun 2008 00:00:23 +0000 (00:00 +0000)
committerOwen Anderson <resistor@mac.com>
Sat, 7 Jun 2008 00:00:23 +0000 (00:00 +0000)
commit2d389e8ad7e98fa50f8d021a7669ba0aab07a571
treeee9c4adf95f1e2f20183143e87eed6ea5086b2b5
parent76aca6f38f28a8796d1d1ab60080668d3c7ba4b8
Connect successors before creating the DAG node for the branch.  This has
no visible functionality change, but enables a future patch where node creation
will update the CFG if it decides to create an unconditional rather than a conditional branch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52067 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp