Added the CloneTrace function which clones traces. It takes a vector of basic blocks...
authorTanya Lattner <tonic@nondot.org>
Fri, 30 May 2003 15:50:18 +0000 (15:50 +0000)
committerTanya Lattner <tonic@nondot.org>
Fri, 30 May 2003 15:50:18 +0000 (15:50 +0000)
commit6074d2f37abaaa2957b4575d36fd9cd87d8ee08f
treecefcd505f7e5cf5211ce6e2392dfb5d70334ac66
parent2c49fc023ee0885c8c577829cd40c00ef48581fc
Added the CloneTrace function which clones traces. It takes a vector of basic blocks, removes
internal phi nodes, and returns a new vector of basic blocks.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6431 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/CloneTrace.cpp [new file with mode: 0644]