1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Analysis/IPA
Chris Lattner e5e2e8d917 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

llvm-svn: 29120
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