Changes in directory llvm/tools/analyze:
AnalysisWrappers.cpp (r1.18) removed
GraphPrinters.cpp (r1.11) removed
Makefile (r1.34) removed
PrintSCC.cpp (r1.14) removed
analyze.cpp (r1.68) removed
---
Log message:
For PR872: http://llvm.org/PR872 :
Shrinkify LLVM's footprint by removing the analyz
Changes in directory llvm/tools/analyze:
AnalysisWrappers.cpp updated: 1.17 -> 1.18
---
Log message:
fix printing call graphs
---
Diffs of the changes: (+1 -1)
AnalysisWrappers.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/analyze/AnalysisWrappers.cpp
dif
Changes in directory llvm/tools/analyze:
AnalysisWrappers.cpp updated: 1.16 -> 1.17
---
Log message:
Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph
rework.
---
Diffs of the changes: (+17 -3)
AnalysisWrappers.cpp | 20 +---
1 files changed, 17