llvm-6502/lib/Analysis/IPA
Chris Lattner d85340f4ec Change the callgraph representation to store the callsite along with the
target CG node.  This allows the inliner to properly update the callgraph
when using the pruning inliner.  The pruning inliner may not copy over all
call sites from a callee to a caller, so the edges corresponding to those
call sites should not be copied over either.

This fixes PR827 and Transforms/Inline/2006-07-12-InlinePruneCGUpdate.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29120 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-12 18:29:36 +00:00
..
Andersens.cpp It was pointed out that DEBUG() is only available with -debug. 2006-07-11 18:25:13 +00:00
CallGraph.cpp Change the callgraph representation to store the callsite along with the 2006-07-12 18:29:36 +00:00
CallGraphSCCPass.cpp Remove trailing whitespace 2005-04-21 21:13:18 +00:00
FindUsedTypes.cpp For PR780: 2006-06-07 22:00:26 +00:00
GlobalsModRef.cpp Change the callgraph representation to store the callsite along with the 2006-07-12 18:29:36 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00