llvm-project/llvm/lib/Analysis/IPA
Duncan Sands 0eca0571f8 Since onlyReadsMemory returns true if in fact
doesNotAccessMemory, check doesNotAccessMemory
first, since otherwise functions may be
marked readonly rather than readnone.

llvm-svn: 55697
2008-09-03 15:31:24 +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 Since onlyReadsMemory returns true if in fact 2008-09-03 15:31:24 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00