llvm-6502/lib/Transforms
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
..
Hello Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
Instrumentation Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
IPO Delete the removeCallEdgeTo callgraph method, 2008-09-05 21:43:04 +00:00
Scalar A loop may be unswitched multiple times. Reconstruct dom info. at the end. 2008-09-04 22:43:59 +00:00
Utils Delete the removeCallEdgeTo callgraph method, 2008-09-05 21:43:04 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00