llvm-6502/lib/Analysis/IPA
Duncan Sands 34f2a0ca17 If a SCC has a node without a function, then the SCC
analysis would bail out without removing function
records for other members of the SCC (which may exist
if those functions read or wrote global variables).
Since these are initialized to "readnone", this
resulted in incorrect alias analysis results.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55714 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-03 19:37:16 +00:00
..
Andersens.cpp Fix some constructs that gcc-4.4 warns about. 2008-05-27 11:50:51 +00:00
CallGraph.cpp Replace two manual loops with calls to CallSite::hasArguments (no functional changes). 2008-06-04 16:57:50 +00:00
CallGraphSCCPass.cpp Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds 2008-08-08 15:14:09 +00:00
FindUsedTypes.cpp Don't use the result of WriteAsOperand or WriteTypeSymbolic. 2008-08-19 04:42:37 +00:00
GlobalsModRef.cpp If a SCC has a node without a function, then the SCC 2008-09-03 19:37:16 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00