Implement splitting of PHI nodes, allowing block extraction of BB's that have
authorChris Lattner <sabre@nondot.org>
Wed, 12 May 2004 15:29:13 +0000 (15:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 May 2004 15:29:13 +0000 (15:29 +0000)
commite746ad512efc447f352f9580a82c808c2d32ab26
treece178cd349c72f7d13641784a9281cf53be5f3c8
parentbf749367cb2aef7072ee36a9eb681b35aab51921
Implement splitting of PHI nodes, allowing block extraction of BB's that have
PHI node entries from multiple outside-the-region blocks.  This also fixes
extraction of the entry block in a function.  Yaay.

This has successfully block extracted all (but one) block from the score_move
function in obsequi (out of 33).  Hrm, I wonder which block the bug is in.  :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13489 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/CodeExtractor.cpp