llvm-6502/test/Transforms/ArgumentPromotion
Chris Lattner a541b0fde2 Change CallGraphNode to maintain it's Function as an AssertingVH
for sanity.  This didn't turn up any bugs.

Change CallGraphNode to maintain its "callsite" information in the 
call edges list as a WeakVH instead of as an instruction*.  This fixes
a broad class of dangling pointer bugs, and makes CallGraph have a number
of useful invariants again.  This fixes the class of problem indicated
by PR4029 and PR3601.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80663 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-01 06:31:31 +00:00
..
2008-02-01-ReturnAttrs.ll
2008-07-02-array-indexing.ll Restructure ArgumentPromotion a bit. Instead of just having a single boolean 2008-07-29 10:00:13 +00:00
2008-09-07-CGUpdate.ll Update the callgraph correctly in ArgumentPromotion. 2008-09-08 11:07:35 +00:00
2008-09-08-CGUpdateSelfEdge.ll Update the callgraph correctly in ArgumentPromotion. 2008-09-08 11:07:35 +00:00
aggregate-promote.ll Fix two more not-grep tests that were missing llvm-dis. 2008-06-09 22:36:45 +00:00
attrs.ll
basictest.ll
byval-2.ll
byval.ll
callgraph-update.ll Change CallGraphNode to maintain it's Function as an AssertingVH 2009-09-01 06:31:31 +00:00
chained.ll
control-flow2.ll
control-flow.ll
dg.exp sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
pr3085.ll Fix typo. 2009-04-23 04:24:19 +00:00