Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate wheth...
authorChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 21:27:06 +0000 (21:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Apr 2002 21:27:06 +0000 (21:27 +0000)
commit97e52e43361e77963145b95a576db11b4d14d309
tree03542b3cac24b157de868bce2678398c756a8587
parent0ad0d0e09a6fb78454c253bf84a3ec8ca9575b13
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indicate whether or not they invalidate the CFGA

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2386 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
lib/Target/SparcV9/SparcV9AsmPrinter.cpp
lib/Transforms/HoistPHIConstants.cpp
lib/Transforms/IPO/ConstantMerge.cpp
lib/Transforms/Instrumentation/TraceValues.cpp
lib/Transforms/LevelRaise.cpp
lib/Transforms/Scalar/ConstantProp.cpp
lib/Transforms/Scalar/DecomposeMultiDimRefs.cpp
lib/Transforms/Scalar/GCSE.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/SymbolStripping.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/VMCore/Verifier.cpp
tools/analyze/analyze.cpp