Allow the code cloning interfaces to capture some important info about the
authorChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 18:39:17 +0000 (18:39 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Jan 2006 18:39:17 +0000 (18:39 +0000)
commita4c29d20376f4736325a493cf39cda36bed62318
treedef78b3ff92412c2d4d8855d4db0076845578756
parent21f20558d629f7ff8f64c20746d890d29328a544
Allow the code cloning interfaces to capture some important info about the
code being cloned if the client wants.

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