Teach the inliner to update the CallGraph itself, and have it add edges to
authorChris Lattner <sabre@nondot.org>
Sat, 14 Jan 2006 20:07:50 +0000 (20:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 Jan 2006 20:07:50 +0000 (20:07 +0000)
commit468fb1df7db466e5682ee44341c3990b599e8d6a
tree9607650a33bada402c2c96f8dea69d87b6e062c1
parent426b2455977432d014b6f60fae54da86713cd1fc
Teach the inliner to update the CallGraph itself, and have it add edges to
llvm.stacksave/restore when it inserts calls to them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25320 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp