Change the interface to Module::getOrInsertFunction to be easier to use,
authorChris Lattner <sabre@nondot.org>
Sun, 7 Jan 2007 08:09:25 +0000 (08:09 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Jan 2007 08:09:25 +0000 (08:09 +0000)
commit70d130516a38013ef6262dd2da5accbea7932e30
treebe16c5211368485df5228a27210f087ed3448fa1
parent12969887a333317cf5beafaf613865787913609d
Change the interface to Module::getOrInsertFunction to be easier to use,
to resolve PR1088, and to help PR411.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32988 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Module.h
lib/VMCore/Module.cpp