1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Transforms
Duncan Sands c4ec7871bf When PruneEH turned an invoke into an ordinary
call (thus changing the call site) it didn't
inform the callgraph about this.  But the
call site does matter - as shown by the testcase,
the callgraph become invalid after the inliner
ran (with an edge between two functions simply
missing), resulting in wrong deductions by
GlobalsModRef.

llvm-svn: 55872
2008-09-06 17:19:29 +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 When PruneEH turned an invoke into an ordinary 2008-09-06 17:19:29 +00:00
Scalar Remove unused map. 2008-09-05 21:55:33 +00:00
Utils Revert r55859. This is breaking the build in the abscence of its companion commit. 2008-09-05 23:36:01 +00:00
Makefile