]> granicus.if.org Git - clang/commit
Make ReplaceUsesOfNonProtoTypeWithRealFunction verify that a call is *to* the
authorChris Lattner <sabre@nondot.org>
Thu, 4 Jun 2009 16:47:43 +0000 (16:47 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Jun 2009 16:47:43 +0000 (16:47 +0000)
commit08c93a7f2210b464e5abe298a5474b99414615f6
treec29fced92eda76a83b0a1fef1c413cd27085b274
parent810dc54e1c091f7ee0167ef6e271e2ea308882e1
Make ReplaceUsesOfNonProtoTypeWithRealFunction verify that a call is *to* the
function of interest, not an operand of it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72869 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp