Refactor code out of PropagatePredecessorsForPHIs, turning it into a pure function...
authorChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 00:29:26 +0000 (00:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Aug 2005 00:29:26 +0000 (00:29 +0000)
commit3b3efc77972e654c472cee8a3075e74a7d5f0cc8
tree344e44d70d66e34edbec7e4bd7784657318281ea
parentd423b8b6ca3d2d21a8aa07a877d63e5dc45abc70
Refactor code out of PropagatePredecessorsForPHIs, turning it into a pure function with no side-effects

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