llvm-6502/lib/Analysis/IPA
Duncan Sands c94fe21a56 Delete the removeCallEdgeTo callgraph method,
because it does not maintain a correct list
of callsites.  I discovered (see following
commit) that the inliner will create a wrong
callgraph if it is fed a callgraph with
correct edges but incorrect callsites.  These
were created by Prune-EH, and while it wasn't
done via removeCallEdgeTo, it could have been
done via removeCallEdgeTo, which is an accident
waiting to happen.  Use removeCallEdgeFor
instead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55859 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-05 21:43:04 +00:00
..
Andersens.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
CallGraph.cpp Delete the removeCallEdgeTo callgraph method, 2008-09-05 21:43:04 +00:00
CallGraphSCCPass.cpp Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
FindUsedTypes.cpp Don't use the result of WriteAsOperand or WriteTypeSymbolic. 2008-08-19 04:42:37 +00:00
GlobalsModRef.cpp Neaten this up a bit. No functionality change. 2008-09-04 19:16:20 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00