* Standardize how analysis results/passes as printed with the print() virtual
authorChris Lattner <sabre@nondot.org>
Sat, 27 Jul 2002 01:12:17 +0000 (01:12 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Jul 2002 01:12:17 +0000 (01:12 +0000)
commita59cbb2043c08f3cfb8fb379f0d336e21e070be8
tree19ace2fcd6b60628e49d6c65ca1015cbff960916
parent97f51a3024a72ef8500e95b90e6361e6783160fd
* Standardize how analysis results/passes as printed with the print() virtual
  methods
* Eliminate AnalysisID:  Now it is just a typedef for const PassInfo*
* Simplify how AnalysisID's are initialized
* Eliminate Analysis/Writer.cpp/.h: incorporate printing functionality into
  the analyses themselves.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3116 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/Pass.h
include/llvm/PassAnalysisSupport.h
include/llvm/PassSupport.h
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/IPA/FindUnsafePointerTypes.cpp
lib/Analysis/IPA/FindUsedTypes.cpp
lib/Analysis/InductionVariable.cpp
lib/Analysis/Interval.cpp
lib/Analysis/IntervalPartition.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/PostDominators.cpp
lib/Analysis/Writer.cpp [deleted file]
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/VMCore/Dominators.cpp
lib/VMCore/Pass.cpp
lib/VMCore/PassManagerT.h