- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
authorChris Lattner <sabre@nondot.org>
Mon, 21 Oct 2002 20:00:28 +0000 (20:00 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Oct 2002 20:00:28 +0000 (20:00 +0000)
commitcb2610ea037a17115ef3a01a6bdaab4e3cfdca27
tree868d175bc12cc58b644aea2bea47e87cbe4933c7
parent8291e0465b3864050c050a61db4fcd844cc0b52e
  - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
    setPreservesCFG to be less confusing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4255 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/PassAnalysisSupport.h
lib/Transforms/Instrumentation/TraceValues.cpp
lib/Transforms/LevelRaise.cpp
lib/Transforms/Scalar/ConstantProp.cpp
lib/Transforms/Scalar/DCE.cpp
lib/Transforms/Scalar/GCSE.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/LICM.cpp
lib/Transforms/Scalar/PiNodeInsertion.cpp
lib/Transforms/Scalar/Reassociate.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Utils/PromoteMemoryToRegister.cpp
lib/VMCore/Pass.cpp
lib/VMCore/PassManagerT.h