Prototype these functions more accurately
authorChris Lattner <sabre@nondot.org>
Mon, 20 Sep 2004 04:43:15 +0000 (04:43 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 Sep 2004 04:43:15 +0000 (04:43 +0000)
commit4b5015604908e9296800991a7c538a255356428f
treed453531085b7882934ee60dd14cf0320707c201f
parent8e47e7292c0edadb964403b06717220e432f854a
Prototype these functions more accurately

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16432 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/ConstantProp.cpp
lib/Transforms/Scalar/CorrelatedExprs.cpp
lib/Transforms/Scalar/DCE.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/Transforms/Scalar/SymbolStripping.cpp
lib/Transforms/Scalar/TailDuplication.cpp
lib/Transforms/Utils/LoopSimplify.cpp
lib/Transforms/Utils/Mem2Reg.cpp