projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05b9a7f
)
Rename DoSparseConditionalConstantProp -> DoSCCP
author
Chris Lattner
<sabre@nondot.org>
Sat, 30 Jun 2001 06:37:43 +0000
(06:37 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 30 Jun 2001 06:37:43 +0000
(06:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/SCCP.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/SCCP.cpp
b/lib/Transforms/Scalar/SCCP.cpp
index 30c625475f6e13e2c77130171c05acda80567ef0..8b59e19c1c7a1052bb6129c2c5bba107beb46e4e 100644
(file)
--- a/
lib/Transforms/Scalar/SCCP.cpp
+++ b/
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::DoS
parseConditionalConstantProp
(Method *M) {
+bool opt::DoS
CCP
(Method *M) {
SCCP S(M);
return S.doSCCP();
}