Implement SimplifyCFG/PhiEliminate.ll
authorChris Lattner <sabre@nondot.org>
Wed, 11 Feb 2004 03:36:04 +0000 (03:36 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 Feb 2004 03:36:04 +0000 (03:36 +0000)
commit723c66d4c0aa081ea8fa221617c5097e31333e6c
tree6ee4290f5e8b7f3cb189d6bf4861239a7eb26359
parent54636af39d0cd384528e8c36c90434fbfb9dd114
Implement SimplifyCFG/PhiEliminate.ll

Having a proper 'select' instruction would allow the elimination of a lot
of the special case cruft in this patch, but we don't have one yet.

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