refactor critical edge breaking out into the SplitCritEdgesForPHIConstants method.
authorChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 06:17:10 +0000 (06:17 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 06:17:10 +0000 (06:17 +0000)
commit57f9a43c64e8c5c8b2566fb6649754c11b59b98a
tree0a6b75f1e7cc114ea807580fa56c9d3c75bfae27
parentf308ea01d5e805ec07f479a79c753fa04541ec96
refactor critical edge breaking out into the SplitCritEdgesForPHIConstants method.
This is a baby step towards fixing PR925.

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