Second half of the fix for Transforms/Inline/inline_cleanup.ll
authorChris Lattner <sabre@nondot.org>
Wed, 13 Sep 2006 21:27:00 +0000 (21:27 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 13 Sep 2006 21:27:00 +0000 (21:27 +0000)
commita4646b61e48453e343730103d3ad689be493a371
treeaf39484635fd76e63ecb5750bf0115d55eb800af
parent668a1d0fd2c82ddb4424129f0a7a47520ff3f12c
Second half of the fix for Transforms/Inline/inline_cleanup.ll

This folds unconditional branches that are often produced by code
specialization.

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