summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-06-30 06:37:43 +0000
committerChris Lattner <sabre@nondot.org>2001-06-30 06:37:43 +0000
commit1960b3c6d22d6db10a259272b4e21d1a5eef5efe (patch)
treea784768ac82e059c90603cd34637818aa714e880 /llvm/lib/Transforms
parente758b67f5c201df997805ba39175caf65bc3ffad (diff)
downloadbcm5719-llvm-1960b3c6d22d6db10a259272b4e21d1a5eef5efe.tar.gz
bcm5719-llvm-1960b3c6d22d6db10a259272b4e21d1a5eef5efe.zip
Rename DoSparseConditionalConstantProp -> DoSCCP
llvm-svn: 117
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/SCCP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/SCCP.cpp b/llvm/lib/Transforms/Scalar/SCCP.cpp
index 30c625475f6..8b59e19c1c7 100644
--- a/llvm/lib/Transforms/Scalar/SCCP.cpp
+++ b/llvm/lib/Transforms/Scalar/SCCP.cpp
@@ -507,7 +507,7 @@ void SCCP::OperandChangedState(User *U) {
// DoSparseConditionalConstantProp - Use Sparse Conditional Constant Propogation
// to prove whether a value is constant and whether blocks are used.
//
-bool opt::DoSparseConditionalConstantProp(Method *M) {
+bool opt::DoSCCP(Method *M) {
SCCP S(M);
return S.doSCCP();
}
OpenPOWER on IntegriCloud