Simplify caller updating using a CallSite, as
authorDuncan Sands <baldrick@free.fr>
Mon, 18 Feb 2008 17:32:13 +0000 (17:32 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 18 Feb 2008 17:32:13 +0000 (17:32 +0000)
commit548448a317b39ec8446f3c82f44d01f938b921b2
tree6a9bf3ec62a59f98f241a07abb4379996c0adebc
parentbb494bcb0e3b25297412d609eec774edccab7575
Simplify caller updating using a CallSite, as
requested by Chris.  While there, do the same
for an existing function committed by someone
called "lattner" :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47273 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CallSite.h
lib/Transforms/IPO/GlobalOpt.cpp
lib/VMCore/Instructions.cpp