1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00
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
..
2006-06-28 01:16:06 +00:00
2006-06-07 22:00:26 +00:00
2006-06-27 16:49:46 +00:00
2006-06-17 18:17:52 +00:00
2006-04-06 22:58:58 +00:00
2006-01-22 23:19:18 +00:00
2005-04-21 21:13:18 +00:00
2006-06-07 22:00:26 +00:00
2005-04-21 21:13:18 +00:00
2006-06-07 22:00:26 +00:00