mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 14:36:34 +00:00
0283a6c991
callgraph, when one member of a SCC calls another then the analysis would drop to mod-ref because there is (usually) no function info for the callee yet; fix this. Teach the analysis about function attributes, in particular the readonly attribute (which requires being careful about globals). llvm-svn: 55696 |
||
---|---|---|
.. | ||
Andersens.cpp | ||
CallGraph.cpp | ||
CallGraphSCCPass.cpp | ||
FindUsedTypes.cpp | ||
GlobalsModRef.cpp | ||
Makefile |